Html Css Color HEX #8F0B0F Sangria

📋 copy color: '#8F0B0F'

red 143 ◦ green 11 ◦ blue 15

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

Shades of Sangria #8F0B0F

Tints of Sangria #8F0B0F

RGB

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

 GREEN value IS 11 (4.69% from 255) = 6.51%

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

R = 84.62%
G = 6.51%
B = 8.88%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.90

 K value IS 0.44

RGB Variations

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

Color information

#8F0B0F (or 0x8F0B0F) is known color: Sangria. HEX triplet: 8F, 0B and 0F. RGB value is (143,11,15). Sum of RGB (Red+Green+Blue) = 143+11+15=169 (22% of max value = 765). Red value is 143 (56.25% from 255 or 84.62% from 169); Green value is 11 (4.69% from 255 or 6.51% from 169); Blue value is 15 (6.25% from 255 or 8.88% from 169); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0B0F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8F0B0F is #70F4F0. Grayscale: #333333. Windows color (decimal): -7402737 or 985999. OLE color: 985999.

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

Color convert

RGB 143 11 15 -
CMYK 0 0.92 0.90 0.44
HSL 358.18º 0.86% 0.3% -
HSV(B) 358.18º 0.92% 0.56% -
XYZ 11.53 6.11 1.02 -
YUV 50.92 107.73 193.67 -
System Red Green Blue C M Y K H S L
Decimal 143 11 15 0 0.92 0.90 0.44 358.18 0.86 0.3
Hex 8F B F 0 5C 5A 2C 166 56 1E
Octal 217 13 17 0 134 132 54 546 126 36
Binary 10001111 1011 1111 0 1011100 1011010 101100 101100110 1010110 11110

Color Harmonies of #8F0B0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F0B0F

Black with #8F0B0F

Text Example


Text Example

White with #8F0B0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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