Html Css Color HEX #880D10 Sangria

📋 copy color: '#880D10'

red 136 ◦ green 13 ◦ blue 16

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

Shades of Sangria #880D10

Tints of Sangria #880D10

RGB

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

 GREEN value IS 13 (5.47% from 255) = 7.88%

 BLUE value IS 16 (6.64% from 255) = 9.7%

R = 82.42%
G = 7.88%
B = 9.7%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.88

 K value IS 0.47

RGB Variations

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

Color information

#880D10 (or 0x880D10) is known color: Sangria. HEX triplet: 88, 0D and 10. RGB value is (136,13,16). Sum of RGB (Red+Green+Blue) = 136+13+16=165 (21% of max value = 765). Red value is 136 (53.52% from 255 or 82.42% from 165); Green value is 13 (5.47% from 255 or 7.88% from 165); Blue value is 16 (6.64% from 255 or 9.70% from 165); Max value from RGB is 136 - color contains mainly: red. Hex color #880D10 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880D10 is #77F2EF. Grayscale: #323232. Windows color (decimal): -7860976 or 1052040. OLE color: 1052040.

HSL color Cylindrical-coordinate representation of color #880D10: hue angle of 358.54º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #880D10 is Cyan = 0, Magento = 0.90, Yellow = 0.88 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 13 16 -
CMYK 0 0.90 0.88 0.47
HSL 358.54º 0.83% 0.29% -
HSV(B) 358.54º 0.9% 0.53% -
XYZ 10.39 5.56 1.02 -
YUV 50.12 108.75 189.26 -
System Red Green Blue C M Y K H S L
Decimal 136 13 16 0 0.90 0.88 0.47 358.54 0.83 0.29
Hex 88 D 10 0 5A 58 2F 167 53 1D
Octal 210 15 20 0 132 130 57 547 123 35
Binary 10001000 1101 10000 0 1011010 1011000 101111 101100111 1010011 11101

Color Harmonies of #880D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880D10

Black with #880D10

Text Example


Text Example

White with #880D10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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