#8D2962

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

Shades of Rose Bud Cherry #8D2962

Tints of Rose Bud Cherry #8D2962

Color information

#8D2962 (or 0x8D2962) is unknown color: approx Rose Bud Cherry. HEX triplet: 8D, 29 and 62. RGB value is (141,41,98). Sum of RGB (Red+Green+Blue) = 141+41+98=280 (37% of max value = 765). Red value is 141 (55.47% from 255 or 50.36% from 280); Green value is 41 (16.41% from 255 or 14.64% from 280); Blue value is 98 (38.67% from 255 or 35% from 280); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2962 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D2962 is #72D69D. Grayscale: #4D4D4D. Windows color (decimal): -7526046 or 6433165. OLE color: 6433165.

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

Color convert

RGB1414198-
CMYK00.710.300.45
HSL325.8º54.95%35.69%-
HSV(B)325.8º70.92%55.29%-
XYZ13.988.1312.39-
YUV77.4139.63173.37-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 50.36%
GREEN value IS 41 (16.41% from 255) = 14.64%
BLUE value IS 98 (38.67% from 255) = 35%
R=50.36%
G=14.64%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.30
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141419800.710.300.45325.854.9535.69
Hex8D29620471E2D1463724
Octal21551142010736555066744
Binary1000110110100111000100100011111110101101101000110110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D2962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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