Html Css Color HEX #8F0409 Sangria

📋 copy color: '#8F0409'

red 143 ◦ green 4 ◦ blue 9

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

Shades of Sangria #8F0409

Tints of Sangria #8F0409

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.56%

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

R = 91.67%
G = 2.56%
B = 5.77%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.94

 K value IS 0.44

RGB Variations

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

Color information

#8F0409 (or 0x8F0409) is known color: Sangria. HEX triplet: 8F, 04 and 09. RGB value is (143,4,9). Sum of RGB (Red+Green+Blue) = 143+4+9=156 (20% of max value = 765). Red value is 143 (56.25% from 255 or 91.67% from 156); Green value is 4 (1.95% from 255 or 2.56% from 156); Blue value is 9 (3.91% from 255 or 5.77% from 156); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0409 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8F0409 is #70FBF6. Grayscale: #2E2E2E. Windows color (decimal): -7404535 or 590991. OLE color: 590991.

HSL color Cylindrical-coordinate representation of color #8F0409: hue angle of 357.84º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8F0409 is Cyan = 0, Magento = 0.97, Yellow = 0.94 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 4 9 -
CMYK 0 0.97 0.94 0.44
HSL 357.84º 0.95% 0.29% -
HSV(B) 357.84º 0.97% 0.56% -
XYZ 11.42 5.95 0.8 -
YUV 46.13 107.05 197.09 -
System Red Green Blue C M Y K H S L
Decimal 143 4 9 0 0.97 0.94 0.44 357.84 0.95 0.29
Hex 8F 4 9 0 61 5E 2C 166 5F 1D
Octal 217 4 11 0 141 136 54 546 137 35
Binary 10001111 100 1001 0 1100001 1011110 101100 101100110 1011111 11101

Color Harmonies of #8F0409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F0409

Black with #8F0409

Text Example


Text Example

White with #8F0409

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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