#8C3858

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

Shades of Rose Bud Cherry #8C3858

Tints of Rose Bud Cherry #8C3858

Color information

#8C3858 (or 0x8C3858) is unknown color: approx Rose Bud Cherry. HEX triplet: 8C, 38 and 58. RGB value is (140,56,88). Sum of RGB (Red+Green+Blue) = 140+56+88=284 (37% of max value = 765). Red value is 140 (55.08% from 255 or 49.30% from 284); Green value is 56 (22.27% from 255 or 19.72% from 284); Blue value is 88 (34.77% from 255 or 30.99% from 284); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3858 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C3858 is #73C7A7. Grayscale: #545454. Windows color (decimal): -7587752 or 5781644. OLE color: 5781644.

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

Color convert

RGB1405688-
CMYK00.60.370.45
HSL337.14º42.86%38.43%-
HSV(B)337.14º60%54.9%-
XYZ13.999.1110.25-
YUV84.76129.83167.4-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 49.30%
GREEN value IS 56 (22.27% from 255) = 19.72%
BLUE value IS 88 (34.77% from 255) = 30.99%
R=49.30%
G=19.72%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.37
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140568800.60.370.45337.1442.8638.43
Hex8C385803C252D1512b26
Octal2147013007445555215346
Binary1000110011100010110000111100100101101101101010001101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C3858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,56,88); }

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

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

 a { background-color: rgb(140,56,88); }

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

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

 span { border-color: rgb(140,56,88); }

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