#8C164F

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

Shades of Rose Bud Cherry #8C164F

Tints of Rose Bud Cherry #8C164F

Color information

#8C164F (or 0x8C164F) is unknown color: approx Rose Bud Cherry. HEX triplet: 8C, 16 and 4F. RGB value is (140,22,79). Sum of RGB (Red+Green+Blue) = 140+22+79=241 (31% of max value = 765). Red value is 140 (55.08% from 255 or 58.09% from 241); Green value is 22 (8.98% from 255 or 9.13% from 241); Blue value is 79 (31.25% from 255 or 32.78% from 241); Max value from RGB is 140 - color contains mainly: red. Hex color #8C164F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C164F is #73E9B0. Grayscale: #3F3F3F. Windows color (decimal): -7596465 or 5183116. OLE color: 5183116.

HSL color Cylindrical-coordinate representation of color #8C164F: hue angle of 331.02º 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 #8C164F is Cyan = 0, Magento = 0.84, Yellow = 0.44 and Black (K on CMYK) = 0.45.

Color convert

RGB1402279-
CMYK00.840.440.45
HSL331.02º72.84%31.76%-
HSV(B)331.02º84.29%54.9%-
XYZ12.516.718.03-
YUV63.78136.59182.37-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 58.09%
GREEN value IS 22 (8.98% from 255) = 9.13%
BLUE value IS 79 (31.25% from 255) = 32.78%
R=58.09%
G=9.13%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.44
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140227900.840.440.45331.0272.8431.76
Hex8C164F0542C2D14b4920
Octal214261170124545551311140
Binary10001100101101001111010101001011001011011010010111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C164F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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