#8c1655

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

Shades of Rose Bud Cherry #8C1655

Tints of Rose Bud Cherry #8C1655

Color information

#8C1655 (or 0x8C1655) is unknown color: approx Rose Bud Cherry. HEX triplet: 8C, 16 and 55. RGB value is (140,22,85). Sum of RGB (Red+Green+Blue) = 140+22+85=247 (32% of max value = 765). Red value is 140 (55.08% from 255 or 56.68% from 247); Green value is 22 (8.98% from 255 or 8.91% from 247); Blue value is 85 (33.59% from 255 or 34.41% from 247); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1655 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C1655 is #73E9AA. Grayscale: #404040. Windows color (decimal): -7596459 or 5576332. OLE color: 5576332.

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

Color convert

RGB1402285-
CMYK00.840.390.45
HSL327.97º72.84%31.76%-
HSV(B)327.97º84.29%54.9%-
XYZ12.746.819.24-
YUV64.46139.59181.88-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 56.68%
GREEN value IS 22 (8.98% from 255) = 8.91%
BLUE value IS 85 (33.59% from 255) = 34.41%
R=56.68%
G=8.91%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.39
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140228500.840.390.45327.9772.8431.76
Hex8C1655054272D1484920
Octal214261250124475551011140
Binary10001100101101010101010101001001111011011010010001001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8c1655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,22,85); }

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

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

 a { background-color: rgb(140,22,85); }

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

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

 span { border-color: rgb(140,22,85); }

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