Html Css Color HEX #880A0C Sangria

📋 copy color: '#880A0C'

red 136 ◦ green 10 ◦ blue 12

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

Shades of Sangria #880A0C

Tints of Sangria #880A0C

RGB

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

 GREEN value IS 10 (4.3% from 255) = 6.33%

 BLUE value IS 12 (5.08% from 255) = 7.59%

R = 86.08%
G = 6.33%
B = 7.59%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.91

 K value IS 0.47

RGB Variations

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

Color information

#880A0C (or 0x880A0C) is known color: Sangria. HEX triplet: 88, 0A and 0C. RGB value is (136,10,12). Sum of RGB (Red+Green+Blue) = 136+10+12=158 (20% of max value = 765). Red value is 136 (53.52% from 255 or 86.08% from 158); Green value is 10 (4.30% from 255 or 6.33% from 158); Blue value is 12 (5.08% from 255 or 7.59% from 158); Max value from RGB is 136 - color contains mainly: red. Hex color #880A0C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880A0C is #77F5F3. Grayscale: #303030. Windows color (decimal): -7861748 or 789128. OLE color: 789128.

HSL color Cylindrical-coordinate representation of color #880A0C: hue angle of 359.05º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #880A0C is Cyan = 0, Magento = 0.93, Yellow = 0.91 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 10 12 -
CMYK 0 0.93 0.91 0.47
HSL 359.05º 0.86% 0.29% -
HSV(B) 359.05º 0.93% 0.53% -
XYZ 10.33 5.48 0.86 -
YUV 47.9 107.74 190.84 -
System Red Green Blue C M Y K H S L
Decimal 136 10 12 0 0.93 0.91 0.47 359.05 0.86 0.29
Hex 88 A C 0 5D 5B 2F 167 56 1D
Octal 210 12 14 0 135 133 57 547 126 35
Binary 10001000 1010 1100 0 1011101 1011011 101111 101100111 1010110 11101

Color Harmonies of #880A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880A0C

Black with #880A0C

Text Example


Text Example

White with #880A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,10,12); }

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

background-color css

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

 a { background-color: rgb(136,10,12); }

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

border-color css

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

 span { border-color: rgb(136,10,12); }

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