Html Css Color HEX #8B0E11 Sangria

📋 copy color: '#8B0E11'

red 139 ◦ green 14 ◦ blue 17

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

Shades of Sangria #8B0E11

Tints of Sangria #8B0E11

RGB

 RED value IS 139 (54.69% from 255) = 81.76%

 GREEN value IS 14 (5.86% from 255) = 8.24%

 BLUE value IS 17 (7.03% from 255) = 10%

R = 81.76%
G = 8.24%
B = 10%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.88

 K value IS 0.45

RGB Variations

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

Color information

#8B0E11 (or 0x8B0E11) is known color: Sangria. HEX triplet: 8B, 0E and 11. RGB value is (139,14,17). Sum of RGB (Red+Green+Blue) = 139+14+17=170 (22% of max value = 765). Red value is 139 (54.69% from 255 or 81.76% from 170); Green value is 14 (5.86% from 255 or 8.24% from 170); Blue value is 17 (7.03% from 255 or 10% from 170); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0E11 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8B0E11 is #74F1EE. Grayscale: #333333. Windows color (decimal): -7664111 or 1117835. OLE color: 1117835.

HSL color Cylindrical-coordinate representation of color #8B0E11: hue angle of 358.56º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8B0E11 is Cyan = 0, Magento = 0.90, Yellow = 0.88 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 14 17 -
CMYK 0 0.90 0.88 0.45
HSL 358.56º 0.82% 0.3% -
HSV(B) 358.56º 0.9% 0.55% -
XYZ 10.91 5.84 1.08 -
YUV 51.72 108.41 190.26 -
System Red Green Blue C M Y K H S L
Decimal 139 14 17 0 0.90 0.88 0.45 358.56 0.82 0.3
Hex 8B E 11 0 5A 58 2D 167 52 1E
Octal 213 16 21 0 132 130 55 547 122 36
Binary 10001011 1110 10001 0 1011010 1011000 101101 101100111 1010010 11110

Color Harmonies of #8B0E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0E11

Black with #8B0E11

Text Example


Text Example

White with #8B0E11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,14,17); }

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

background-color css

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

 a { background-color: rgb(139,14,17); }

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

border-color css

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

 span { border-color: rgb(139,14,17); }

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