#8F0001

Color #8F0001 Sangria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sangria #8F0001

Tints of Sangria #8F0001

Color information

#8F0001 (or 0x8F0001) is unknown color: approx Sangria. HEX triplet: 8F, 00 and 01. RGB value is (143,0,1). Sum of RGB (Red+Green+Blue) = 143+0+1=144 (19% of max value = 765). Red value is 143 (56.25% from 255 or 99.31% from 144); Green value is 0 (0.39% from 255 or 0% from 144); Blue value is 1 (0.78% from 255 or 0.69% from 144); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0001 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8F0001 is #70FFFE. Grayscale: #2B2B2B. Windows color (decimal): -7405567 or 65679. OLE color: 65679.

HSL color Cylindrical-coordinate representation of color #8F0001: hue angle of 359.58º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8F0001 is Cyan = 0, Magento = 1, Yellow = 0.99 and Black (K on CMYK) = 0.44.

Color convert

RGB14301-
CMYK010.990.44
HSL359.58º100%28.04%-
HSV(B)359.58º100%56.08%-
XYZ11.335.840.56-
YUV42.87104.38199.42-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 99.31%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 1 (0.78% from 255) = 0.69%
R=99.31%
G=0%
B=0.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.99
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14301010.990.44359.5810028.04
Hex8F01064632C168641c
Octal2170101441435455014434
Binary1000111101011001001100011101100101101000110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F0001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,0,1); }

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

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

 a { background-color: rgb(143,0,1); }

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

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

 span { border-color: rgb(143,0,1); }

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