#8D3060

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

Shades of Rose Bud Cherry #8D3060

Tints of Rose Bud Cherry #8D3060

Color information

#8D3060 (or 0x8D3060) is unknown color: approx Rose Bud Cherry. HEX triplet: 8D, 30 and 60. RGB value is (141,48,96). Sum of RGB (Red+Green+Blue) = 141+48+96=285 (37% of max value = 765). Red value is 141 (55.47% from 255 or 49.47% from 285); Green value is 48 (19.14% from 255 or 16.84% from 285); Blue value is 96 (37.89% from 255 or 33.68% from 285); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3060 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D3060 is #72CF9F. Grayscale: #515151. Windows color (decimal): -7524256 or 6303885. OLE color: 6303885.

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

Color convert

RGB1414896-
CMYK00.660.320.45
HSL329.03º49.21%37.06%-
HSV(B)329.03º65.96%55.29%-
XYZ14.158.6211.98-
YUV81.28136.31170.6-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 49.47%
GREEN value IS 48 (19.14% from 255) = 16.84%
BLUE value IS 96 (37.89% from 255) = 33.68%
R=49.47%
G=16.84%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.32
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141489600.660.320.45329.0349.2137.06
Hex8D3060042202D1493125
Octal21560140010240555116145
Binary10001101110000110000001000010100000101101101001001110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D3060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,48,96); }

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

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

 a { background-color: rgb(141,48,96); }

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

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

 span { border-color: rgb(141,48,96); }

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