#8D3369

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

Shades of Rose Bud Cherry #8D3369

Tints of Rose Bud Cherry #8D3369

Color information

#8D3369 (or 0x8D3369) is unknown color: approx Rose Bud Cherry. HEX triplet: 8D, 33 and 69. RGB value is (141,51,105). Sum of RGB (Red+Green+Blue) = 141+51+105=297 (39% of max value = 765). Red value is 141 (55.47% from 255 or 47.47% from 297); Green value is 51 (20.31% from 255 or 17.17% from 297); Blue value is 105 (41.41% from 255 or 35.35% from 297); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3369 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D3369 is #72CC96. Grayscale: #535353. Windows color (decimal): -7523479 or 6894477. OLE color: 6894477.

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

Color convert

RGB14151105-
CMYK00.640.260.45
HSL324º46.88%37.65%-
HSV(B)324º63.83%55.29%-
XYZ14.729.0514.34-
YUV84.07139.82168.61-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 47.47%
GREEN value IS 51 (20.31% from 255) = 17.17%
BLUE value IS 105 (41.41% from 255) = 35.35%
R=47.47%
G=17.17%
B=35.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.26
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1415110500.640.260.4532446.8837.65
Hex8D33690401A2D1442f26
Octal21563151010032555045746
Binary1000110111001111010010100000011010101101101000100101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D3369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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