Html Css Color HEX #881217 Sangria

📋 copy color: '#881217'

red 136 ◦ green 18 ◦ blue 23

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

Shades of Sangria #881217

Tints of Sangria #881217

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.17%

 BLUE value IS 23 (9.38% from 255) = 12.99%

R = 76.84%
G = 10.17%
B = 12.99%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.83

 K value IS 0.47

RGB Variations

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

Color information

#881217 (or 0x881217) is known color: Sangria. HEX triplet: 88, 12 and 17. RGB value is (136,18,23). Sum of RGB (Red+Green+Blue) = 136+18+23=177 (23% of max value = 765). Red value is 136 (53.52% from 255 or 76.84% from 177); Green value is 18 (7.42% from 255 or 10.17% from 177); Blue value is 23 (9.38% from 255 or 12.99% from 177); Max value from RGB is 136 - color contains mainly: red. Hex color #881217 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #881217 is #77EDE8. Grayscale: #353535. Windows color (decimal): -7859689 or 1512072. OLE color: 1512072.

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

Color convert

RGB 136 18 23 -
CMYK 0 0.87 0.83 0.47
HSL 357.46º 0.77% 0.3% -
HSV(B) 357.46º 0.87% 0.53% -
XYZ 10.52 5.73 1.36 -
YUV 53.85 110.59 186.59 -
System Red Green Blue C M Y K H S L
Decimal 136 18 23 0 0.87 0.83 0.47 357.46 0.77 0.3
Hex 88 12 17 0 57 53 2F 165 4D 1E
Octal 210 22 27 0 127 123 57 545 115 36
Binary 10001000 10010 10111 0 1010111 1010011 101111 101100101 1001101 11110

Color Harmonies of #881217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881217

Black with #881217

Text Example


Text Example

White with #881217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881217; }

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

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

background-color css

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

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

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

border-color css

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

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

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