#8D3B59

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

Shades of Rose Bud Cherry #8D3B59

Tints of Rose Bud Cherry #8D3B59

Color information

#8D3B59 (or 0x8D3B59) is unknown color: approx Rose Bud Cherry. HEX triplet: 8D, 3B and 59. RGB value is (141,59,89). Sum of RGB (Red+Green+Blue) = 141+59+89=289 (38% of max value = 765). Red value is 141 (55.47% from 255 or 48.79% from 289); Green value is 59 (23.44% from 255 or 20.42% from 289); Blue value is 89 (35.16% from 255 or 30.80% from 289); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3B59 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D3B59 is #72C4A6. Grayscale: #565656. Windows color (decimal): -7521447 or 5847949. OLE color: 5847949.

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

Color convert

RGB1415989-
CMYK00.580.370.45
HSL338.05º41%39.22%-
HSV(B)338.05º58.16%55.29%-
XYZ14.359.5110.53-
YUV86.94129.17166.56-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 48.79%
GREEN value IS 59 (23.44% from 255) = 20.42%
BLUE value IS 89 (35.16% from 255) = 30.80%
R=48.79%
G=20.42%
B=30.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.37
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141598900.580.370.45338.054139.22
Hex8D3B5903A252D1522927
Octal2157313107245555225147
Binary1000110111101110110010111010100101101101101010010101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D3B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,59,89); }

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

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

 a { background-color: rgb(141,59,89); }

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

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

 span { border-color: rgb(141,59,89); }

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