#8D2463

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

Shades of Rose Bud Cherry #8D2463

Tints of Rose Bud Cherry #8D2463

Color information

#8D2463 (or 0x8D2463) is unknown color: approx Rose Bud Cherry. HEX triplet: 8D, 24 and 63. RGB value is (141,36,99). Sum of RGB (Red+Green+Blue) = 141+36+99=276 (36% of max value = 765). Red value is 141 (55.47% from 255 or 51.09% from 276); Green value is 36 (14.45% from 255 or 13.04% from 276); Blue value is 99 (39.06% from 255 or 35.87% from 276); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2463 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D2463 is #72DB9C. Grayscale: #4A4A4A. Windows color (decimal): -7527325 or 6497421. OLE color: 6497421.

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

Color convert

RGB1413699-
CMYK00.740.300.45
HSL324º59.32%34.71%-
HSV(B)324º74.47%55.29%-
XYZ13.877.8312.58-
YUV74.58141.79175.38-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 51.09%
GREEN value IS 36 (14.45% from 255) = 13.04%
BLUE value IS 99 (39.06% from 255) = 35.87%
R=51.09%
G=13.04%
B=35.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.30
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141369900.740.300.4532459.3234.71
Hex8D246304A1E2D1443b23
Octal21544143011236555047343
Binary1000110110010011000110100101011110101101101000100111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D2463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,36,99); }

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

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

 a { background-color: rgb(141,36,99); }

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

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

 span { border-color: rgb(141,36,99); }

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