#8C3654

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

Shades of Rose Bud Cherry #8C3654

Tints of Rose Bud Cherry #8C3654

Color information

#8C3654 (or 0x8C3654) is unknown color: approx Rose Bud Cherry. HEX triplet: 8C, 36 and 54. RGB value is (140,54,84). Sum of RGB (Red+Green+Blue) = 140+54+84=278 (36% of max value = 765). Red value is 140 (55.08% from 255 or 50.36% from 278); Green value is 54 (21.48% from 255 or 19.42% from 278); Blue value is 84 (33.20% from 255 or 30.22% from 278); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3654 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C3654 is #73C9AB. Grayscale: #535353. Windows color (decimal): -7588268 or 5518988. OLE color: 5518988.

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

Color convert

RGB1405484-
CMYK00.610.40.45
HSL339.07º44.33%38.04%-
HSV(B)339.07º61.43%54.9%-
XYZ13.738.859.37-
YUV83.13128.49168.56-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 50.36%
GREEN value IS 54 (21.48% from 255) = 19.42%
BLUE value IS 84 (33.20% from 255) = 30.22%
R=50.36%
G=19.42%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.4
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140548400.610.40.45339.0744.3338.04
Hex8C365403D282D1532c26
Octal2146612407550555235446
Binary1000110011011010101000111101101000101101101010011101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C3654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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