Html Css Color HEX #880210 Sangria

📋 copy color: '#880210'

red 136 ◦ green 2 ◦ blue 16

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

Shades of Sangria #880210

Tints of Sangria #880210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 10.39%

R = 88.31%
G = 1.3%
B = 10.39%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.88

 K value IS 0.47

RGB Variations

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

Color information

#880210 (or 0x880210) is known color: Sangria. HEX triplet: 88, 02 and 10. RGB value is (136,2,16). Sum of RGB (Red+Green+Blue) = 136+2+16=154 (20% of max value = 765). Red value is 136 (53.52% from 255 or 88.31% from 154); Green value is 2 (1.17% from 255 or 1.30% from 154); Blue value is 16 (6.64% from 255 or 10.39% from 154); Max value from RGB is 136 - color contains mainly: red. Hex color #880210 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880210 is #77FDEF. Grayscale: #2B2B2B. Windows color (decimal): -7863792 or 1049224. OLE color: 1049224.

HSL color Cylindrical-coordinate representation of color #880210: hue angle of 353.73º degrees, saturation: 0.97, 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 #880210 is Cyan = 0, Magento = 0.99, Yellow = 0.88 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 2 16 -
CMYK 0 0.99 0.88 0.47
HSL 353.73º 0.97% 0.27% -
HSV(B) 353.73º 0.99% 0.53% -
XYZ 10.27 5.32 0.97 -
YUV 43.66 112.39 193.86 -
System Red Green Blue C M Y K H S L
Decimal 136 2 16 0 0.99 0.88 0.47 353.73 0.97 0.27
Hex 88 2 10 0 63 58 2F 162 61 1B
Octal 210 2 20 0 143 130 57 542 141 33
Binary 10001000 10 10000 0 1100011 1011000 101111 101100010 1100001 11011

Color Harmonies of #880210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880210

Black with #880210

Text Example


Text Example

White with #880210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880210; }

 p { color: rgb(136,2,16); }

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

background-color css

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

 a { background-color: rgb(136,2,16); }

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

border-color css

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

 span { border-color: rgb(136,2,16); }

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