Html Css Color HEX #8F090D Sangria

📋 copy color: '#8F090D'

red 143 ◦ green 9 ◦ blue 13

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

Shades of Sangria #8F090D

Tints of Sangria #8F090D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.45%

 BLUE value IS 13 (5.47% from 255) = 7.88%

R = 86.67%
G = 5.45%
B = 7.88%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.91

 K value IS 0.44

RGB Variations

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

Color information

#8F090D (or 0x8F090D) is known color: Sangria. HEX triplet: 8F, 09 and 0D. RGB value is (143,9,13). Sum of RGB (Red+Green+Blue) = 143+9+13=165 (21% of max value = 765). Red value is 143 (56.25% from 255 or 86.67% from 165); Green value is 9 (3.91% from 255 or 5.45% from 165); Blue value is 13 (5.47% from 255 or 7.88% from 165); Max value from RGB is 143 - color contains mainly: red. Hex color #8F090D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8F090D is #70F6F2. Grayscale: #313131. Windows color (decimal): -7403251 or 854415. OLE color: 854415.

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

Color convert

RGB 143 9 13 -
CMYK 0 0.94 0.91 0.44
HSL 358.21º 0.88% 0.3% -
HSV(B) 358.21º 0.94% 0.56% -
XYZ 11.5 6.06 0.95 -
YUV 49.52 107.39 194.67 -
System Red Green Blue C M Y K H S L
Decimal 143 9 13 0 0.94 0.91 0.44 358.21 0.88 0.3
Hex 8F 9 D 0 5E 5B 2C 166 58 1E
Octal 217 11 15 0 136 133 54 546 130 36
Binary 10001111 1001 1101 0 1011110 1011011 101100 101100110 1011000 11110

Color Harmonies of #8F090D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F090D

Black with #8F090D

Text Example


Text Example

White with #8F090D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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