#8B1553

Color #8B1553 Rose Bud Cherry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Bud Cherry #8B1553

Tints of Rose Bud Cherry #8B1553

Color information

#8B1553 (or 0x8B1553) is unknown color: approx Rose Bud Cherry. HEX triplet: 8B, 15 and 53. RGB value is (139,21,83). Sum of RGB (Red+Green+Blue) = 139+21+83=243 (32% of max value = 765). Red value is 139 (54.69% from 255 or 57.20% from 243); Green value is 21 (8.59% from 255 or 8.64% from 243); Blue value is 83 (32.81% from 255 or 34.16% from 243); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1553 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B1553 is #74EAAC. Grayscale: #3F3F3F. Windows color (decimal): -7662253 or 5445003. OLE color: 5445003.

HSL color Cylindrical-coordinate representation of color #8B1553: hue angle of 328.47º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8B1553 is Cyan = 0, Magento = 0.85, Yellow = 0.40 and Black (K on CMYK) = 0.45.

Color convert

RGB1392183-
CMYK00.850.400.45
HSL328.47º73.75%31.37%-
HSV(B)328.47º84.89%54.51%-
XYZ12.486.658.81-
YUV63.35139.09181.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 139 (54.69% from 255) = 57.20%
GREEN value IS 21 (8.59% from 255) = 8.64%
BLUE value IS 83 (32.81% from 255) = 34.16%
R=57.20%
G=8.64%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.40
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139218300.850.400.45328.4773.7531.37
Hex8B1553055282D1484a1f
Octal213251230125505551011237
Binary1000101110101101001101010101101000101101101001000100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B1553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B1553; }

 p { color: rgb(139,21,83); }

 H1.HeaderClassName
 {
   color: #8B1553;
 }
 .AnyTagClassName
 {
   color: #8B1553;
 }
</style>
background-color css

<style>
 a { background-color: #8B1553; }

 a { background-color: rgb(139,21,83); }

 div.DivClassName
 {
   background-color: #8B1553;
 }
 .BgClassName
 {
   background-color: #8B1553;
 }
</style>
border-color css

<style>
 span { border-color: #8B1553; }

 span { border-color: rgb(139,21,83); }

 td.TdClassName
 {
   border-color: #8B1553;
 }
 .TagClassName
 {
   border-color: #8B1553;
 }
</style>