Html Css Color HEX #880A0D Sangria

📋 copy color: '#880A0D'

red 136 ◦ green 10 ◦ blue 13

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

Shades of Sangria #880A0D

Tints of Sangria #880A0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 8.18%

R = 85.53%
G = 6.29%
B = 8.18%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.90

 K value IS 0.47

RGB Variations

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

Color information

#880A0D (or 0x880A0D) is known color: Sangria. HEX triplet: 88, 0A and 0D. RGB value is (136,10,13). Sum of RGB (Red+Green+Blue) = 136+10+13=159 (21% of max value = 765). Red value is 136 (53.52% from 255 or 85.53% from 159); Green value is 10 (4.30% from 255 or 6.29% from 159); Blue value is 13 (5.47% from 255 or 8.18% from 159); Max value from RGB is 136 - color contains mainly: red. Hex color #880A0D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880A0D is #77F5F2. Grayscale: #303030. Windows color (decimal): -7861747 or 854664. OLE color: 854664.

HSL color Cylindrical-coordinate representation of color #880A0D: hue angle of 358.57º 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 #880A0D is Cyan = 0, Magento = 0.93, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 10 13 -
CMYK 0 0.93 0.90 0.47
HSL 358.57º 0.86% 0.29% -
HSV(B) 358.57º 0.93% 0.53% -
XYZ 10.33 5.48 0.89 -
YUV 48.02 108.24 190.76 -
System Red Green Blue C M Y K H S L
Decimal 136 10 13 0 0.93 0.90 0.47 358.57 0.86 0.29
Hex 88 A D 0 5D 5A 2F 167 56 1D
Octal 210 12 15 0 135 132 57 547 126 35
Binary 10001000 1010 1101 0 1011101 1011010 101111 101100111 1010110 11101

Color Harmonies of #880A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880A0D

Black with #880A0D

Text Example


Text Example

White with #880A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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