Html Css Color HEX #8F0D0F Sangria

📋 copy color: '#8F0D0F'

red 143 ◦ green 13 ◦ blue 15

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

Shades of Sangria #8F0D0F

Tints of Sangria #8F0D0F

RGB

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

 GREEN value IS 13 (5.47% from 255) = 7.6%

 BLUE value IS 15 (6.25% from 255) = 8.77%

R = 83.63%
G = 7.6%
B = 8.77%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.90

 K value IS 0.44

RGB Variations

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

Color information

#8F0D0F (or 0x8F0D0F) is known color: Sangria. HEX triplet: 8F, 0D and 0F. RGB value is (143,13,15). Sum of RGB (Red+Green+Blue) = 143+13+15=171 (22% of max value = 765). Red value is 143 (56.25% from 255 or 83.63% from 171); Green value is 13 (5.47% from 255 or 7.60% from 171); Blue value is 15 (6.25% from 255 or 8.77% from 171); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0D0F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8F0D0F is #70F2F0. Grayscale: #343434. Windows color (decimal): -7402225 or 986511. OLE color: 986511.

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

Color convert

RGB 143 13 15 -
CMYK 0 0.91 0.90 0.44
HSL 359.08º 0.83% 0.31% -
HSV(B) 359.08º 0.91% 0.56% -
XYZ 11.56 6.16 1.03 -
YUV 52.1 107.07 192.84 -
System Red Green Blue C M Y K H S L
Decimal 143 13 15 0 0.91 0.90 0.44 359.08 0.83 0.31
Hex 8F D F 0 5B 5A 2C 167 53 1F
Octal 217 15 17 0 133 132 54 547 123 37
Binary 10001111 1101 1111 0 1011011 1011010 101100 101100111 1010011 11111

Color Harmonies of #8F0D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F0D0F

Black with #8F0D0F

Text Example


Text Example

White with #8F0D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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