Html Css Color HEX #880410 Sangria

📋 copy color: '#880410'

red 136 ◦ green 4 ◦ blue 16

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

Shades of Sangria #880410

Tints of Sangria #880410

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.56%

 BLUE value IS 16 (6.64% from 255) = 10.26%

R = 87.18%
G = 2.56%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.88

 K value IS 0.47

RGB Variations

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

Color information

#880410 (or 0x880410) is known color: Sangria. HEX triplet: 88, 04 and 10. RGB value is (136,4,16). Sum of RGB (Red+Green+Blue) = 136+4+16=156 (20% of max value = 765). Red value is 136 (53.52% from 255 or 87.18% from 156); Green value is 4 (1.95% from 255 or 2.56% from 156); Blue value is 16 (6.64% from 255 or 10.26% from 156); Max value from RGB is 136 - color contains mainly: red. Hex color #880410 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880410 is #77FBEF. Grayscale: #2C2C2C. Windows color (decimal): -7863280 or 1049736. OLE color: 1049736.

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

Color convert

RGB 136 4 16 -
CMYK 0 0.97 0.88 0.47
HSL 354.55º 0.94% 0.27% -
HSV(B) 354.55º 0.97% 0.53% -
XYZ 10.29 5.36 0.98 -
YUV 44.84 111.73 193.02 -
System Red Green Blue C M Y K H S L
Decimal 136 4 16 0 0.97 0.88 0.47 354.55 0.94 0.27
Hex 88 4 10 0 61 58 2F 163 5E 1B
Octal 210 4 20 0 141 130 57 543 136 33
Binary 10001000 100 10000 0 1100001 1011000 101111 101100011 1011110 11011

Color Harmonies of #880410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880410

Black with #880410

Text Example


Text Example

White with #880410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880410; }

 p { color: rgb(136,4,16); }

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

background-color css

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

 a { background-color: rgb(136,4,16); }

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

border-color css

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

 span { border-color: rgb(136,4,16); }

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