Html Css Color HEX #881517 Sangria

📋 copy color: '#881517'

red 136 ◦ green 21 ◦ blue 23

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

Shades of Sangria #881517

Tints of Sangria #881517

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.67%

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

R = 75.56%
G = 11.67%
B = 12.78%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.83

 K value IS 0.47

RGB Variations

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

Color information

#881517 (or 0x881517) is known color: Sangria. HEX triplet: 88, 15 and 17. RGB value is (136,21,23). Sum of RGB (Red+Green+Blue) = 136+21+23=180 (23% of max value = 765). Red value is 136 (53.52% from 255 or 75.56% from 180); Green value is 21 (8.59% from 255 or 11.67% from 180); Blue value is 23 (9.38% from 255 or 12.78% from 180); Max value from RGB is 136 - color contains mainly: red. Hex color #881517 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #881517 is #77EAE8. Grayscale: #373737. Windows color (decimal): -7858921 or 1512840. OLE color: 1512840.

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

Color convert

RGB 136 21 23 -
CMYK 0 0.85 0.83 0.47
HSL 358.96º 0.73% 0.31% -
HSV(B) 358.96º 0.85% 0.53% -
XYZ 10.58 5.83 1.38 -
YUV 55.61 109.6 185.34 -
System Red Green Blue C M Y K H S L
Decimal 136 21 23 0 0.85 0.83 0.47 358.96 0.73 0.31
Hex 88 15 17 0 55 53 2F 167 49 1F
Octal 210 25 27 0 125 123 57 547 111 37
Binary 10001000 10101 10111 0 1010101 1010011 101111 101100111 1001001 11111

Color Harmonies of #881517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881517

Black with #881517

Text Example


Text Example

White with #881517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881517; }

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

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

background-color css

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

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

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

border-color css

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

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

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