#8C3553

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

Shades of Rose Bud Cherry #8C3553

Tints of Rose Bud Cherry #8C3553

Color information

#8C3553 (or 0x8C3553) is unknown color: approx Rose Bud Cherry. HEX triplet: 8C, 35 and 53. RGB value is (140,53,83). Sum of RGB (Red+Green+Blue) = 140+53+83=276 (36% of max value = 765). Red value is 140 (55.08% from 255 or 50.72% from 276); Green value is 53 (21.09% from 255 or 19.20% from 276); Blue value is 83 (32.81% from 255 or 30.07% from 276); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3553 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C3553 is #73CAAC. Grayscale: #525252. Windows color (decimal): -7588525 or 5453196. OLE color: 5453196.

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

Color convert

RGB1405383-
CMYK00.620.410.45
HSL339.31º45.08%37.84%-
HSV(B)339.31º62.14%54.9%-
XYZ13.658.759.15-
YUV82.43128.32169.06-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 50.72%
GREEN value IS 53 (21.09% from 255) = 19.20%
BLUE value IS 83 (32.81% from 255) = 30.07%
R=50.72%
G=19.20%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.41
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140538300.620.410.45339.3145.0837.84
Hex8C355303E292D1532d26
Octal2146512307651555235546
Binary1000110011010110100110111110101001101101101010011101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C3553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,53,83); }

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

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

 a { background-color: rgb(140,53,83); }

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

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

 span { border-color: rgb(140,53,83); }

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