#8F2251

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

Shades of Rose Bud Cherry #8F2251

Tints of Rose Bud Cherry #8F2251

Color information

#8F2251 (or 0x8F2251) is unknown color: approx Rose Bud Cherry. HEX triplet: 8F, 22 and 51. RGB value is (143,34,81). Sum of RGB (Red+Green+Blue) = 143+34+81=258 (34% of max value = 765). Red value is 143 (56.25% from 255 or 55.43% from 258); Green value is 34 (13.67% from 255 or 13.18% from 258); Blue value is 81 (32.03% from 255 or 31.40% from 258); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2251 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F2251 is #70DDAE. Grayscale: #474747. Windows color (decimal): -7396783 or 5317263. OLE color: 5317263.

HSL color Cylindrical-coordinate representation of color #8F2251: hue angle of 334.13º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8F2251 is Cyan = 0, Magento = 0.76, Yellow = 0.43 and Black (K on CMYK) = 0.44.

Color convert

RGB1433481-
CMYK00.760.430.44
HSL334.13º61.58%34.71%-
HSV(B)334.13º76.22%56.08%-
XYZ13.387.588.54-
YUV71.95133.11178.68-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 55.43%
GREEN value IS 34 (13.67% from 255) = 13.18%
BLUE value IS 81 (32.03% from 255) = 31.40%
R=55.43%
G=13.18%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.43
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143348100.760.430.44334.1361.5834.71
Hex8F225104C2B2C14e3e23
Octal21742121011453545167643
Binary10001111100010101000101001100101011101100101001110111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F2251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,34,81); }

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

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

 a { background-color: rgb(143,34,81); }

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

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

 span { border-color: rgb(143,34,81); }

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