#8C3154

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

Shades of Rose Bud Cherry #8C3154

Tints of Rose Bud Cherry #8C3154

Color information

#8C3154 (or 0x8C3154) is unknown color: approx Rose Bud Cherry. HEX triplet: 8C, 31 and 54. RGB value is (140,49,84). Sum of RGB (Red+Green+Blue) = 140+49+84=273 (36% of max value = 765). Red value is 140 (55.08% from 255 or 51.28% from 273); Green value is 49 (19.53% from 255 or 17.95% from 273); Blue value is 84 (33.20% from 255 or 30.77% from 273); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3154 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C3154 is #73CEAB. Grayscale: #505050. Windows color (decimal): -7589548 or 5517708. OLE color: 5517708.

HSL color Cylindrical-coordinate representation of color #8C3154: hue angle of 336.92º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8C3154 is Cyan = 0, Magento = 0.65, Yellow = 0.4 and Black (K on CMYK) = 0.45.

Color convert

RGB1404984-
CMYK00.650.40.45
HSL336.92º48.15%37.06%-
HSV(B)336.92º65%54.9%-
XYZ13.518.419.3-
YUV80.2130.15170.65-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 51.28%
GREEN value IS 49 (19.53% from 255) = 17.95%
BLUE value IS 84 (33.20% from 255) = 30.77%
R=51.28%
G=17.95%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.4
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140498400.650.40.45336.9248.1537.06
Hex8C3154041282D1513025
Octal21461124010150555216045
Binary10001100110001101010001000001101000101101101010001110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C3154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,49,84); }

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

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

 a { background-color: rgb(140,49,84); }

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

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

 span { border-color: rgb(140,49,84); }

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