Html Css Color HEX #880013 Sangria

📋 copy color: '#880013'

red 136 ◦ green 0 ◦ blue 19

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

Shades of Sangria #880013

Tints of Sangria #880013

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 87.74%
G = 0%
B = 12.26%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.86

 K value IS 0.47

RGB Variations

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

Color information

#880013 (or 0x880013) is known color: Sangria. HEX triplet: 88, 00 and 13. RGB value is (136,0,19). Sum of RGB (Red+Green+Blue) = 136+0+19=155 (20% of max value = 765). Red value is 136 (53.52% from 255 or 87.74% from 155); Green value is 0 (0.39% from 255 or 0% from 155); Blue value is 19 (7.81% from 255 or 12.26% from 155); Max value from RGB is 136 - color contains mainly: red. Hex color #880013 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880013 is #77FFEC. Grayscale: #2A2A2A. Windows color (decimal): -7864301 or 1245320. OLE color: 1245320.

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

Color convert

RGB 136 0 19 -
CMYK 0 1 0.86 0.47
HSL 351.62º 1% 0.27% -
HSV(B) 351.62º 1% 0.53% -
XYZ 10.27 5.28 1.09 -
YUV 42.83 114.56 194.46 -
System Red Green Blue C M Y K H S L
Decimal 136 0 19 0 1 0.86 0.47 351.62 1 0.27
Hex 88 0 13 0 64 56 2F 160 64 1B
Octal 210 0 23 0 144 126 57 540 144 33
Binary 10001000 0 10011 0 1100100 1010110 101111 101100000 1100100 11011

Color Harmonies of #880013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880013

Black with #880013

Text Example


Text Example

White with #880013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880013; }

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

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

background-color css

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

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

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

border-color css

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

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

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