Html Css Color HEX #880813 Sangria

📋 copy color: '#880813'

red 136 ◦ green 8 ◦ blue 19

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

Shades of Sangria #880813

Tints of Sangria #880813

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.91%

 BLUE value IS 19 (7.81% from 255) = 11.66%

R = 83.44%
G = 4.91%
B = 11.66%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.86

 K value IS 0.47

RGB Variations

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

Color information

#880813 (or 0x880813) is known color: Sangria. HEX triplet: 88, 08 and 13. RGB value is (136,8,19). Sum of RGB (Red+Green+Blue) = 136+8+19=163 (21% of max value = 765). Red value is 136 (53.52% from 255 or 83.44% from 163); Green value is 8 (3.52% from 255 or 4.91% from 163); Blue value is 19 (7.81% from 255 or 11.66% from 163); Max value from RGB is 136 - color contains mainly: red. Hex color #880813 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880813 is #77F7EC. Grayscale: #2F2F2F. Windows color (decimal): -7862253 or 1247368. OLE color: 1247368.

HSL color Cylindrical-coordinate representation of color #880813: hue angle of 354.84º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #880813 is Cyan = 0, Magento = 0.94, Yellow = 0.86 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 8 19 -
CMYK 0 0.94 0.86 0.47
HSL 354.84º 0.89% 0.28% -
HSV(B) 354.84º 0.94% 0.53% -
XYZ 10.36 5.45 1.12 -
YUV 47.53 111.91 191.11 -
System Red Green Blue C M Y K H S L
Decimal 136 8 19 0 0.94 0.86 0.47 354.84 0.89 0.28
Hex 88 8 13 0 5E 56 2F 163 59 1C
Octal 210 10 23 0 136 126 57 543 131 34
Binary 10001000 1000 10011 0 1011110 1010110 101111 101100011 1011001 11100

Color Harmonies of #880813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880813

Black with #880813

Text Example


Text Example

White with #880813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880813; }

 p { color: rgb(136,8,19); }

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

background-color css

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

 a { background-color: rgb(136,8,19); }

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

border-color css

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

 span { border-color: rgb(136,8,19); }

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