#8D3466

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

Shades of Rose Bud Cherry #8D3466

Tints of Rose Bud Cherry #8D3466

Color information

#8D3466 (or 0x8D3466) is unknown color: approx Rose Bud Cherry. HEX triplet: 8D, 34 and 66. RGB value is (141,52,102). Sum of RGB (Red+Green+Blue) = 141+52+102=295 (39% of max value = 765). Red value is 141 (55.47% from 255 or 47.80% from 295); Green value is 52 (20.70% from 255 or 17.63% from 295); Blue value is 102 (40.23% from 255 or 34.58% from 295); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3466 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D3466 is #72CB99. Grayscale: #545454. Windows color (decimal): -7523226 or 6698125. OLE color: 6698125.

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

Color convert

RGB14152102-
CMYK00.630.280.45
HSL326.29º46.11%37.84%-
HSV(B)326.29º63.12%55.29%-
XYZ14.619.0813.55-
YUV84.31137.99168.43-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 47.80%
GREEN value IS 52 (20.70% from 255) = 17.63%
BLUE value IS 102 (40.23% from 255) = 34.58%
R=47.80%
G=17.63%
B=34.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.28
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1415210200.630.280.45326.2946.1137.84
Hex8D346603F1C2D1462e26
Octal2156414607734555065646
Binary100011011101001100110011111111100101101101000110101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D3466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,52,102); }

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

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

 a { background-color: rgb(141,52,102); }

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

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

 span { border-color: rgb(141,52,102); }

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