#8D3362

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

Shades of Rose Bud Cherry #8D3362

Tints of Rose Bud Cherry #8D3362

Color information

#8D3362 (or 0x8D3362) is unknown color: approx Rose Bud Cherry. HEX triplet: 8D, 33 and 62. RGB value is (141,51,98). Sum of RGB (Red+Green+Blue) = 141+51+98=290 (38% of max value = 765). Red value is 141 (55.47% from 255 or 48.62% from 290); Green value is 51 (20.31% from 255 or 17.59% from 290); Blue value is 98 (38.67% from 255 or 33.79% from 290); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3362 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D3362 is #72CC9D. Grayscale: #535353. Windows color (decimal): -7523486 or 6435725. OLE color: 6435725.

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

Color convert

RGB1415198-
CMYK00.640.300.45
HSL328.67º46.88%37.65%-
HSV(B)328.67º63.83%55.29%-
XYZ14.378.9112.52-
YUV83.27136.32169.18-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 48.62%
GREEN value IS 51 (20.31% from 255) = 17.59%
BLUE value IS 98 (38.67% from 255) = 33.79%
R=48.62%
G=17.59%
B=33.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.30
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141519800.640.300.45328.6746.8837.65
Hex8D33620401E2D1492f26
Octal21563142010036555115746
Binary1000110111001111000100100000011110101101101001001101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D3362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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