Html Css Color HEX #880212 Sangria

📋 copy color: '#880212'

red 136 ◦ green 2 ◦ blue 18

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

Shades of Sangria #880212

Tints of Sangria #880212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 11.54%

R = 87.18%
G = 1.28%
B = 11.54%

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

#880212 (or 0x880212) is known color: Sangria. HEX triplet: 88, 02 and 12. RGB value is (136,2,18). Sum of RGB (Red+Green+Blue) = 136+2+18=156 (20% of max value = 765). Red value is 136 (53.52% from 255 or 87.18% from 156); Green value is 2 (1.17% from 255 or 1.28% from 156); Blue value is 18 (7.42% from 255 or 11.54% from 156); Max value from RGB is 136 - color contains mainly: red. Hex color #880212 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880212 is #77FDED. Grayscale: #2B2B2B. Windows color (decimal): -7863790 or 1180296. OLE color: 1180296.

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

Color convert

RGB 136 2 18 -
CMYK 0 0.99 0.87 0.47
HSL 352.84º 0.97% 0.27% -
HSV(B) 352.84º 0.99% 0.53% -
XYZ 10.28 5.32 1.06 -
YUV 43.89 113.39 193.7 -
System Red Green Blue C M Y K H S L
Decimal 136 2 18 0 0.99 0.87 0.47 352.84 0.97 0.27
Hex 88 2 12 0 63 57 2F 161 61 1B
Octal 210 2 22 0 143 127 57 541 141 33
Binary 10001000 10 10010 0 1100011 1010111 101111 101100001 1100001 11011

Color Harmonies of #880212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880212

Black with #880212

Text Example


Text Example

White with #880212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880212; }

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

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

background-color css

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

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

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

border-color css

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

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

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