Html Css Color HEX #880F16 Sangria

📋 copy color: '#880F16'

red 136 ◦ green 15 ◦ blue 22

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

Shades of Sangria #880F16

Tints of Sangria #880F16

RGB

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

 GREEN value IS 15 (6.25% from 255) = 8.67%

 BLUE value IS 22 (8.98% from 255) = 12.72%

R = 78.61%
G = 8.67%
B = 12.72%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.84

 K value IS 0.47

RGB Variations

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

Color information

#880F16 (or 0x880F16) is known color: Sangria. HEX triplet: 88, 0F and 16. RGB value is (136,15,22). Sum of RGB (Red+Green+Blue) = 136+15+22=173 (22% of max value = 765). Red value is 136 (53.52% from 255 or 78.61% from 173); Green value is 15 (6.25% from 255 or 8.67% from 173); Blue value is 22 (8.98% from 255 or 12.72% from 173); Max value from RGB is 136 - color contains mainly: red. Hex color #880F16 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880F16 is #77F0E9. Grayscale: #343434. Windows color (decimal): -7860458 or 1445768. OLE color: 1445768.

HSL color Cylindrical-coordinate representation of color #880F16: hue angle of 356.53º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #880F16 is Cyan = 0, Magento = 0.89, Yellow = 0.84 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 15 22 -
CMYK 0 0.89 0.84 0.47
HSL 356.53º 0.8% 0.3% -
HSV(B) 356.53º 0.89% 0.53% -
XYZ 10.47 5.63 1.29 -
YUV 51.98 111.09 187.93 -
System Red Green Blue C M Y K H S L
Decimal 136 15 22 0 0.89 0.84 0.47 356.53 0.8 0.3
Hex 88 F 16 0 59 54 2F 165 50 1E
Octal 210 17 26 0 131 124 57 545 120 36
Binary 10001000 1111 10110 0 1011001 1010100 101111 101100101 1010000 11110

Color Harmonies of #880F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880F16

Black with #880F16

Text Example


Text Example

White with #880F16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880F16; }

 p { color: rgb(136,15,22); }

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

background-color css

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

 a { background-color: rgb(136,15,22); }

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

border-color css

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

 span { border-color: rgb(136,15,22); }

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