Html Css Color HEX #880111 Sangria

📋 copy color: '#880111'

red 136 ◦ green 1 ◦ blue 17

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

Shades of Sangria #880111

Tints of Sangria #880111

RGB

 RED value IS 136 (53.52% from 255) = 88.31%

 GREEN value IS 1 (0.78% from 255) = 0.65%

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

R = 88.31%
G = 0.65%
B = 11.04%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.87

 K value IS 0.47

RGB Variations

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

Color information

#880111 (or 0x880111) is known color: Sangria. HEX triplet: 88, 01 and 11. RGB value is (136,1,17). Sum of RGB (Red+Green+Blue) = 136+1+17=154 (20% of max value = 765). Red value is 136 (53.52% from 255 or 88.31% from 154); Green value is 1 (0.78% from 255 or 0.65% from 154); Blue value is 17 (7.03% from 255 or 11.04% from 154); Max value from RGB is 136 - color contains mainly: red. Hex color #880111 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880111 is #77FEEE. Grayscale: #2B2B2B. Windows color (decimal): -7864047 or 1114504. OLE color: 1114504.

HSL color Cylindrical-coordinate representation of color #880111: hue angle of 352.89º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #880111 is Cyan = 0, Magento = 0.99, Yellow = 0.87 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 1 17 -
CMYK 0 0.99 0.87 0.47
HSL 352.89º 0.99% 0.27% -
HSV(B) 352.89º 0.99% 0.53% -
XYZ 10.27 5.3 1.01 -
YUV 43.19 113.23 194.2 -
System Red Green Blue C M Y K H S L
Decimal 136 1 17 0 0.99 0.87 0.47 352.89 0.99 0.27
Hex 88 1 11 0 63 57 2F 161 63 1B
Octal 210 1 21 0 143 127 57 541 143 33
Binary 10001000 1 10001 0 1100011 1010111 101111 101100001 1100011 11011

Color Harmonies of #880111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880111

Black with #880111

Text Example


Text Example

White with #880111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880111; }

 p { color: rgb(136,1,17); }

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

background-color css

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

 a { background-color: rgb(136,1,17); }

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

border-color css

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

 span { border-color: rgb(136,1,17); }

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