Html Css Color HEX #8B0211 Sangria

📋 copy color: '#8B0211'

red 139 ◦ green 2 ◦ blue 17

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

Shades of Sangria #8B0211

Tints of Sangria #8B0211

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.27%

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

R = 87.97%
G = 1.27%
B = 10.76%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.88

 K value IS 0.45

RGB Variations

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

Color information

#8B0211 (or 0x8B0211) is known color: Sangria. HEX triplet: 8B, 02 and 11. RGB value is (139,2,17). Sum of RGB (Red+Green+Blue) = 139+2+17=158 (20% of max value = 765). Red value is 139 (54.69% from 255 or 87.97% from 158); Green value is 2 (1.17% from 255 or 1.27% from 158); Blue value is 17 (7.03% from 255 or 10.76% from 158); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0211 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8B0211 is #74FDEE. Grayscale: #2C2C2C. Windows color (decimal): -7667183 or 1114763. OLE color: 1114763.

HSL color Cylindrical-coordinate representation of color #8B0211: hue angle of 353.43º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8B0211 is Cyan = 0, Magento = 0.99, Yellow = 0.88 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 2 17 -
CMYK 0 0.99 0.88 0.45
HSL 353.43º 0.97% 0.28% -
HSV(B) 353.43º 0.99% 0.55% -
XYZ 10.77 5.57 1.04 -
YUV 44.67 112.39 195.28 -
System Red Green Blue C M Y K H S L
Decimal 139 2 17 0 0.99 0.88 0.45 353.43 0.97 0.28
Hex 8B 2 11 0 63 58 2D 161 61 1C
Octal 213 2 21 0 143 130 55 541 141 34
Binary 10001011 10 10001 0 1100011 1011000 101101 101100001 1100001 11100

Color Harmonies of #8B0211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0211

Black with #8B0211

Text Example


Text Example

White with #8B0211

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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