#8C104A

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

Shades of Rose Bud Cherry #8C104A

Tints of Rose Bud Cherry #8C104A

Color information

#8C104A (or 0x8C104A) is unknown color: approx Rose Bud Cherry. HEX triplet: 8C, 10 and 4A. RGB value is (140,16,74). Sum of RGB (Red+Green+Blue) = 140+16+74=230 (30% of max value = 765). Red value is 140 (55.08% from 255 or 60.87% from 230); Green value is 16 (6.64% from 255 or 6.96% from 230); Blue value is 74 (29.30% from 255 or 32.17% from 230); Max value from RGB is 140 - color contains mainly: red. Hex color #8C104A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C104A is #73EFB5. Grayscale: #3B3B3B. Windows color (decimal): -7598006 or 4853900. OLE color: 4853900.

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

Color convert

RGB1401674-
CMYK00.890.470.45
HSL331.94º79.49%30.59%-
HSV(B)331.94º88.57%54.9%-
XYZ12.246.447.08-
YUV59.69136.08185.28-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 60.87%
GREEN value IS 16 (6.64% from 255) = 6.96%
BLUE value IS 74 (29.30% from 255) = 32.17%
R=60.87%
G=6.96%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.47
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140167400.890.470.45331.9479.4930.59
Hex8C104A0592F2D14c4f1f
Octal214201120131575551411737
Binary1000110010000100101001011001101111101101101001100100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C104A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,16,74); }

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

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

 a { background-color: rgb(140,16,74); }

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

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

 span { border-color: rgb(140,16,74); }

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