#8D2450

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

Shades of Rose Bud Cherry #8D2450

Tints of Rose Bud Cherry #8D2450

Color information

#8D2450 (or 0x8D2450) is unknown color: approx Rose Bud Cherry. HEX triplet: 8D, 24 and 50. RGB value is (141,36,80). Sum of RGB (Red+Green+Blue) = 141+36+80=257 (34% of max value = 765). Red value is 141 (55.47% from 255 or 54.86% from 257); Green value is 36 (14.45% from 255 or 14.01% from 257); Blue value is 80 (31.64% from 255 or 31.13% from 257); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2450 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D2450 is #72DBAF. Grayscale: #484848. Windows color (decimal): -7527344 or 5252237. OLE color: 5252237.

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

Color convert

RGB1413680-
CMYK00.740.430.45
HSL334.86º59.32%34.71%-
HSV(B)334.86º74.47%55.29%-
XYZ13.067.58.35-
YUV72.41132.29176.92-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 54.86%
GREEN value IS 36 (14.45% from 255) = 14.01%
BLUE value IS 80 (31.64% from 255) = 31.13%
R=54.86%
G=14.01%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.43
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141368000.740.430.45334.8659.3234.71
Hex8D245004A2B2D14f3b23
Octal21544120011253555177343
Binary10001101100100101000001001010101011101101101001111111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D2450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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