#8D3169

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

Shades of Rose Bud Cherry #8D3169

Tints of Rose Bud Cherry #8D3169

Color information

#8D3169 (or 0x8D3169) is unknown color: approx Rose Bud Cherry. HEX triplet: 8D, 31 and 69. RGB value is (141,49,105). Sum of RGB (Red+Green+Blue) = 141+49+105=295 (39% of max value = 765). Red value is 141 (55.47% from 255 or 47.80% from 295); Green value is 49 (19.53% from 255 or 16.61% from 295); Blue value is 105 (41.41% from 255 or 35.59% from 295); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3169 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D3169 is #72CE96. Grayscale: #525252. Windows color (decimal): -7523991 or 6893965. OLE color: 6893965.

HSL color Cylindrical-coordinate representation of color #8D3169: hue angle of 323.48º 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 #8D3169 is Cyan = 0, Magento = 0.65, Yellow = 0.26 and Black (K on CMYK) = 0.45.

Color convert

RGB14149105-
CMYK00.650.260.45
HSL323.48º48.42%37.25%-
HSV(B)323.48º65.25%55.29%-
XYZ14.638.8814.31-
YUV82.89140.48169.45-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 47.80%
GREEN value IS 49 (19.53% from 255) = 16.61%
BLUE value IS 105 (41.41% from 255) = 35.59%
R=47.80%
G=16.61%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.26
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1414910500.650.260.45323.4848.4237.25
Hex8D31690411A2D1433025
Octal21561151010132555036045
Binary1000110111000111010010100000111010101101101000011110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D3169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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