Html Css Color HEX #880514 Sangria

📋 copy color: '#880514'

red 136 ◦ green 5 ◦ blue 20

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

Shades of Sangria #880514

Tints of Sangria #880514

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.11%

 BLUE value IS 20 (8.2% from 255) = 12.42%

R = 84.47%
G = 3.11%
B = 12.42%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.85

 K value IS 0.47

RGB Variations

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

Color information

#880514 (or 0x880514) is known color: Sangria. HEX triplet: 88, 05 and 14. RGB value is (136,5,20). Sum of RGB (Red+Green+Blue) = 136+5+20=161 (21% of max value = 765). Red value is 136 (53.52% from 255 or 84.47% from 161); Green value is 5 (2.34% from 255 or 3.11% from 161); Blue value is 20 (8.20% from 255 or 12.42% from 161); Max value from RGB is 136 - color contains mainly: red. Hex color #880514 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880514 is #77FAEB. Grayscale: #2D2D2D. Windows color (decimal): -7863020 or 1312136. OLE color: 1312136.

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

Color convert

RGB 136 5 20 -
CMYK 0 0.96 0.85 0.47
HSL 353.13º 0.93% 0.28% -
HSV(B) 353.13º 0.96% 0.53% -
XYZ 10.33 5.39 1.16 -
YUV 45.88 113.4 192.28 -
System Red Green Blue C M Y K H S L
Decimal 136 5 20 0 0.96 0.85 0.47 353.13 0.93 0.28
Hex 88 5 14 0 60 55 2F 161 5D 1C
Octal 210 5 24 0 140 125 57 541 135 34
Binary 10001000 101 10100 0 1100000 1010101 101111 101100001 1011101 11100

Color Harmonies of #880514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880514

Black with #880514

Text Example


Text Example

White with #880514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880514; }

 p { color: rgb(136,5,20); }

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

background-color css

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

 a { background-color: rgb(136,5,20); }

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

border-color css

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

 span { border-color: rgb(136,5,20); }

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