Html Css Color HEX #820410 Sangria

📋 copy color: '#820410'

red 130 ◦ green 4 ◦ blue 16

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

Shades of Sangria #820410

Tints of Sangria #820410

RGB

 RED value IS 130 (51.17% from 255) = 86.67%

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

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

R = 86.67%
G = 2.67%
B = 10.67%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#820410 (or 0x820410) is known color: Sangria. HEX triplet: 82, 04 and 10. RGB value is (130,4,16). Sum of RGB (Red+Green+Blue) = 130+4+16=150 (19% of max value = 765). Red value is 130 (51.17% from 255 or 86.67% from 150); Green value is 4 (1.95% from 255 or 2.67% from 150); Blue value is 16 (6.64% from 255 or 10.67% from 150); Max value from RGB is 130 - color contains mainly: red. Hex color #820410 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #820410 is #7DFBEF. Grayscale: #2B2B2B. Windows color (decimal): -8256496 or 1049730. OLE color: 1049730.

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

Color convert

RGB 130 4 16 -
CMYK 0 0.97 0.88 0.49
HSL 354.29º 0.94% 0.26% -
HSV(B) 354.29º 0.97% 0.51% -
XYZ 9.34 4.87 0.94 -
YUV 43.04 112.74 190.02 -
System Red Green Blue C M Y K H S L
Decimal 130 4 16 0 0.97 0.88 0.49 354.29 0.94 0.26
Hex 82 4 10 0 61 58 31 162 5E 1A
Octal 202 4 20 0 141 130 61 542 136 32
Binary 10000010 100 10000 0 1100001 1011000 110001 101100010 1011110 11010

Color Harmonies of #820410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820410

Black with #820410

Text Example


Text Example

White with #820410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820410; }

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

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

background-color css

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

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

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

border-color css

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

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

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