#8F1F53

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

Shades of Rose Bud Cherry #8F1F53

Tints of Rose Bud Cherry #8F1F53

Color information

#8F1F53 (or 0x8F1F53) is unknown color: approx Rose Bud Cherry. HEX triplet: 8F, 1F and 53. RGB value is (143,31,83). Sum of RGB (Red+Green+Blue) = 143+31+83=257 (34% of max value = 765). Red value is 143 (56.25% from 255 or 55.64% from 257); Green value is 31 (12.5% from 255 or 12.06% from 257); Blue value is 83 (32.81% from 255 or 32.30% from 257); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1F53 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F1F53 is #70E0AC. Grayscale: #464646. Windows color (decimal): -7397549 or 5447567. OLE color: 5447567.

HSL color Cylindrical-coordinate representation of color #8F1F53: hue angle of 332.14º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8F1F53 is Cyan = 0, Magento = 0.78, Yellow = 0.42 and Black (K on CMYK) = 0.44.

Color convert

RGB1433183-
CMYK00.780.420.44
HSL332.14º64.37%34.12%-
HSV(B)332.14º78.32%56.08%-
XYZ13.387.448.92-
YUV70.42135.11179.77-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 55.64%
GREEN value IS 31 (12.5% from 255) = 12.06%
BLUE value IS 83 (32.81% from 255) = 32.30%
R=55.64%
G=12.06%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.42
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143318300.780.420.44332.1464.3734.12
Hex8F1F5304E2A2C14c4022
Octal217371230116525451410042
Binary10001111111111010011010011101010101011001010011001000000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F1F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,31,83); }

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

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

 a { background-color: rgb(143,31,83); }

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

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

 span { border-color: rgb(143,31,83); }

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