#8D0F4A

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

Shades of Rose Bud Cherry #8D0F4A

Tints of Rose Bud Cherry #8D0F4A

Color information

#8D0F4A (or 0x8D0F4A) is unknown color: approx Rose Bud Cherry. HEX triplet: 8D, 0F and 4A. RGB value is (141,15,74). Sum of RGB (Red+Green+Blue) = 141+15+74=230 (30% of max value = 765). Red value is 141 (55.47% from 255 or 61.30% from 230); Green value is 15 (6.25% from 255 or 6.52% from 230); Blue value is 74 (29.30% from 255 or 32.17% from 230); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0F4A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D0F4A is #72F0B5. Grayscale: #3B3B3B. Windows color (decimal): -7532726 or 4853645. OLE color: 4853645.

HSL color Cylindrical-coordinate representation of color #8D0F4A: hue angle of 331.9º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8D0F4A is Cyan = 0, Magento = 0.89, Yellow = 0.48 and Black (K on CMYK) = 0.45.

Color convert

RGB1411574-
CMYK00.890.480.45
HSL331.9º80.77%30.59%-
HSV(B)331.9º89.36%55.29%-
XYZ12.396.57.08-
YUV59.4136.24186.2-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 61.30%
GREEN value IS 15 (6.25% from 255) = 6.52%
BLUE value IS 74 (29.30% from 255) = 32.17%
R=61.30%
G=6.52%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.48
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141157400.890.480.45331.980.7730.59
Hex8DF4A059302D14c511f
Octal215171120131605551412137
Binary100011011111100101001011001110000101101101001100101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D0F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,15,74); }

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

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

 a { background-color: rgb(141,15,74); }

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

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

 span { border-color: rgb(141,15,74); }

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