Html Css Color HEX #880213 Sangria

📋 copy color: '#880213'

red 136 ◦ green 2 ◦ blue 19

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

Shades of Sangria #880213

Tints of Sangria #880213

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.27%

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

R = 86.62%
G = 1.27%
B = 12.1%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.86

 K value IS 0.47

RGB Variations

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

Color information

#880213 (or 0x880213) is known color: Sangria. HEX triplet: 88, 02 and 13. RGB value is (136,2,19). Sum of RGB (Red+Green+Blue) = 136+2+19=157 (20% of max value = 765). Red value is 136 (53.52% from 255 or 86.62% from 157); Green value is 2 (1.17% from 255 or 1.27% from 157); Blue value is 19 (7.81% from 255 or 12.10% from 157); Max value from RGB is 136 - color contains mainly: red. Hex color #880213 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880213 is #77FDEC. Grayscale: #2C2C2C. Windows color (decimal): -7863789 or 1245832. OLE color: 1245832.

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

Color convert

RGB 136 2 19 -
CMYK 0 0.99 0.86 0.47
HSL 352.39º 0.97% 0.27% -
HSV(B) 352.39º 0.99% 0.53% -
XYZ 10.29 5.32 1.1 -
YUV 44 113.89 193.62 -
System Red Green Blue C M Y K H S L
Decimal 136 2 19 0 0.99 0.86 0.47 352.39 0.97 0.27
Hex 88 2 13 0 63 56 2F 160 61 1B
Octal 210 2 23 0 143 126 57 540 141 33
Binary 10001000 10 10011 0 1100011 1010110 101111 101100000 1100001 11011

Color Harmonies of #880213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880213

Black with #880213

Text Example


Text Example

White with #880213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880213; }

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

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

background-color css

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

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

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

border-color css

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

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

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