Html Css Color HEX #8F080D Sangria

📋 copy color: '#8F080D'

red 143 ◦ green 8 ◦ blue 13

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

Shades of Sangria #8F080D

Tints of Sangria #8F080D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.88%

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

R = 87.2%
G = 4.88%
B = 7.93%

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

#8F080D (or 0x8F080D) is known color: Sangria. HEX triplet: 8F, 08 and 0D. RGB value is (143,8,13). Sum of RGB (Red+Green+Blue) = 143+8+13=164 (21% of max value = 765). Red value is 143 (56.25% from 255 or 87.20% from 164); Green value is 8 (3.52% from 255 or 4.88% from 164); Blue value is 13 (5.47% from 255 or 7.93% from 164); Max value from RGB is 143 - color contains mainly: red. Hex color #8F080D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8F080D is #70F7F2. Grayscale: #313131. Windows color (decimal): -7403507 or 854159. OLE color: 854159.

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

Color convert

RGB 143 8 13 -
CMYK 0 0.94 0.91 0.44
HSL 357.78º 0.89% 0.3% -
HSV(B) 357.78º 0.94% 0.56% -
XYZ 11.49 6.04 0.94 -
YUV 48.94 107.73 195.09 -
System Red Green Blue C M Y K H S L
Decimal 143 8 13 0 0.94 0.91 0.44 357.78 0.89 0.3
Hex 8F 8 D 0 5E 5B 2C 166 59 1E
Octal 217 10 15 0 136 133 54 546 131 36
Binary 10001111 1000 1101 0 1011110 1011011 101100 101100110 1011001 11110

Color Harmonies of #8F080D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F080D

Black with #8F080D

Text Example


Text Example

White with #8F080D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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