Html Css Color HEX #881017 Sangria

📋 copy color: '#881017'

red 136 ◦ green 16 ◦ blue 23

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

Shades of Sangria #881017

Tints of Sangria #881017

RGB

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

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

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

R = 77.71%
G = 9.14%
B = 13.14%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.83

 K value IS 0.47

RGB Variations

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

Color information

#881017 (or 0x881017) is known color: Sangria. HEX triplet: 88, 10 and 17. RGB value is (136,16,23). Sum of RGB (Red+Green+Blue) = 136+16+23=175 (23% of max value = 765). Red value is 136 (53.52% from 255 or 77.71% from 175); Green value is 16 (6.64% from 255 or 9.14% from 175); Blue value is 23 (9.38% from 255 or 13.14% from 175); Max value from RGB is 136 - color contains mainly: red. Hex color #881017 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #881017 is #77EFE8. Grayscale: #343434. Windows color (decimal): -7860201 or 1511560. OLE color: 1511560.

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

Color convert

RGB 136 16 23 -
CMYK 0 0.88 0.83 0.47
HSL 356.5º 0.79% 0.3% -
HSV(B) 356.5º 0.88% 0.53% -
XYZ 10.49 5.67 1.35 -
YUV 52.68 111.26 187.43 -
System Red Green Blue C M Y K H S L
Decimal 136 16 23 0 0.88 0.83 0.47 356.5 0.79 0.3
Hex 88 10 17 0 58 53 2F 164 4F 1E
Octal 210 20 27 0 130 123 57 544 117 36
Binary 10001000 10000 10111 0 1011000 1010011 101111 101100100 1001111 11110

Color Harmonies of #881017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881017

Black with #881017

Text Example


Text Example

White with #881017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881017; }

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

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

background-color css

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

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

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

border-color css

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

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

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