#8C1550

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

Shades of Rose Bud Cherry #8C1550

Tints of Rose Bud Cherry #8C1550

Color information

#8C1550 (or 0x8C1550) is unknown color: approx Rose Bud Cherry. HEX triplet: 8C, 15 and 50. RGB value is (140,21,80). Sum of RGB (Red+Green+Blue) = 140+21+80=241 (31% of max value = 765). Red value is 140 (55.08% from 255 or 58.09% from 241); Green value is 21 (8.59% from 255 or 8.71% from 241); Blue value is 80 (31.64% from 255 or 33.20% from 241); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1550 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C1550 is #73EAAF. Grayscale: #3F3F3F. Windows color (decimal): -7596720 or 5248396. OLE color: 5248396.

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

Color convert

RGB1402180-
CMYK00.850.430.45
HSL330.25º73.91%31.57%-
HSV(B)330.25º85%54.9%-
XYZ12.536.698.22-
YUV63.31137.42182.7-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 58.09%
GREEN value IS 21 (8.59% from 255) = 8.71%
BLUE value IS 80 (31.64% from 255) = 33.20%
R=58.09%
G=8.71%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.43
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140218000.850.430.45330.2573.9131.57
Hex8C15500552B2D14a4a20
Octal214251200125535551211240
Binary10001100101011010000010101011010111011011010010101001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C1550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,21,80); }

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

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

 a { background-color: rgb(140,21,80); }

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

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

 span { border-color: rgb(140,21,80); }

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