#8D3162

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

Shades of Rose Bud Cherry #8D3162

Tints of Rose Bud Cherry #8D3162

Color information

#8D3162 (or 0x8D3162) is unknown color: approx Rose Bud Cherry. HEX triplet: 8D, 31 and 62. RGB value is (141,49,98). Sum of RGB (Red+Green+Blue) = 141+49+98=288 (38% of max value = 765). Red value is 141 (55.47% from 255 or 48.96% from 288); Green value is 49 (19.53% from 255 or 17.01% from 288); Blue value is 98 (38.67% from 255 or 34.03% from 288); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3162 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D3162 is #72CE9D. Grayscale: #515151. Windows color (decimal): -7523998 or 6435213. OLE color: 6435213.

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

Color convert

RGB1414998-
CMYK00.650.300.45
HSL328.04º48.42%37.25%-
HSV(B)328.04º65.25%55.29%-
XYZ14.298.7412.49-
YUV82.09136.98170.02-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 48.96%
GREEN value IS 49 (19.53% from 255) = 17.01%
BLUE value IS 98 (38.67% from 255) = 34.03%
R=48.96%
G=17.01%
B=34.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.30
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141499800.650.300.45328.0448.4237.25
Hex8D31620411E2D1483025
Octal21561142010136555106045
Binary1000110111000111000100100000111110101101101001000110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D3162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,49,98); }

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

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

 a { background-color: rgb(141,49,98); }

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

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

 span { border-color: rgb(141,49,98); }

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