Html Css Color HEX #881012 Sangria

📋 copy color: '#881012'

red 136 ◦ green 16 ◦ blue 18

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

Shades of Sangria #881012

Tints of Sangria #881012

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.41%

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

R = 80%
G = 9.41%
B = 10.59%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.87

 K value IS 0.47

RGB Variations

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

Color information

#881012 (or 0x881012) is known color: Sangria. HEX triplet: 88, 10 and 12. RGB value is (136,16,18). Sum of RGB (Red+Green+Blue) = 136+16+18=170 (22% of max value = 765). Red value is 136 (53.52% from 255 or 80% from 170); Green value is 16 (6.64% from 255 or 9.41% from 170); Blue value is 18 (7.42% from 255 or 10.59% from 170); Max value from RGB is 136 - color contains mainly: red. Hex color #881012 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #881012 is #77EFED. Grayscale: #343434. Windows color (decimal): -7860206 or 1183880. OLE color: 1183880.

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

Color convert

RGB 136 16 18 -
CMYK 0 0.88 0.87 0.47
HSL 359º 0.79% 0.3% -
HSV(B) 359º 0.88% 0.53% -
XYZ 10.45 5.65 1.11 -
YUV 52.11 108.76 187.84 -
System Red Green Blue C M Y K H S L
Decimal 136 16 18 0 0.88 0.87 0.47 359 0.79 0.3
Hex 88 10 12 0 58 57 2F 167 4F 1E
Octal 210 20 22 0 130 127 57 547 117 36
Binary 10001000 10000 10010 0 1011000 1010111 101111 101100111 1001111 11110

Color Harmonies of #881012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881012

Black with #881012

Text Example


Text Example

White with #881012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881012; }

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

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

background-color css

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

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

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

border-color css

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

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

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