Html Css Color HEX #8F0009 Sangria

📋 copy color: '#8F0009'

red 143 ◦ green 0 ◦ blue 9

#8F0009
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sangria #8F0009

Tints of Sangria #8F0009

RGB

 RED value IS 143 (56.25% from 255) = 94.08%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 9 (3.91% from 255) = 5.92%

R = 94.08%
G = 0%
B = 5.92%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.94

 K value IS 0.44

RGB Variations

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

Color information

#8F0009 (or 0x8F0009) is known color: Sangria. HEX triplet: 8F, 00 and 09. RGB value is (143,0,9). Sum of RGB (Red+Green+Blue) = 143+0+9=152 (20% of max value = 765). Red value is 143 (56.25% from 255 or 94.08% from 152); Green value is 0 (0.39% from 255 or 0% from 152); Blue value is 9 (3.91% from 255 or 5.92% from 152); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0009 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8F0009 is #70FFF6. Grayscale: #2B2B2B. Windows color (decimal): -7405559 or 589967. OLE color: 589967.

HSL color Cylindrical-coordinate representation of color #8F0009: hue angle of 356.22º 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 #8F0009 is Cyan = 0, Magento = 1, Yellow = 0.94 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 0 9 -
CMYK 0 1 0.94 0.44
HSL 356.22º 1% 0.28% -
HSV(B) 356.22º 1% 0.56% -
XYZ 11.38 5.86 0.79 -
YUV 43.78 108.38 198.77 -
System Red Green Blue C M Y K H S L
Decimal 143 0 9 0 1 0.94 0.44 356.22 1 0.28
Hex 8F 0 9 0 64 5E 2C 164 64 1C
Octal 217 0 11 0 144 136 54 544 144 34
Binary 10001111 0 1001 0 1100100 1011110 101100 101100100 1100100 11100

Color Harmonies of #8F0009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F0009

Black with #8F0009

Text Example


Text Example

White with #8F0009

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8F0009;
 }
 .AnyTagClassName
 {
   color: #8F0009;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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