Html Css Color HEX #820812 Sangria

📋 copy color: '#820812'

red 130 ◦ green 8 ◦ blue 18

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

Shades of Sangria #820812

Tints of Sangria #820812

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.13%

 BLUE value IS 18 (7.42% from 255) = 11.54%

R = 83.33%
G = 5.13%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#820812 (or 0x820812) is known color: Sangria. HEX triplet: 82, 08 and 12. RGB value is (130,8,18). Sum of RGB (Red+Green+Blue) = 130+8+18=156 (20% of max value = 765). Red value is 130 (51.17% from 255 or 83.33% from 156); Green value is 8 (3.52% from 255 or 5.13% from 156); Blue value is 18 (7.42% from 255 or 11.54% from 156); Max value from RGB is 130 - color contains mainly: red. Hex color #820812 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #820812 is #7DF7ED. Grayscale: #2D2D2D. Windows color (decimal): -8255470 or 1181826. OLE color: 1181826.

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

Color convert

RGB 130 8 18 -
CMYK 0 0.94 0.86 0.49
HSL 355.08º 0.88% 0.27% -
HSV(B) 355.08º 0.94% 0.51% -
XYZ 9.4 4.96 1.03 -
YUV 45.62 112.42 188.19 -
System Red Green Blue C M Y K H S L
Decimal 130 8 18 0 0.94 0.86 0.49 355.08 0.88 0.27
Hex 82 8 12 0 5E 56 31 163 58 1B
Octal 202 10 22 0 136 126 61 543 130 33
Binary 10000010 1000 10010 0 1011110 1010110 110001 101100011 1011000 11011

Color Harmonies of #820812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820812

Black with #820812

Text Example


Text Example

White with #820812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820812; }

 p { color: rgb(130,8,18); }

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

background-color css

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

 a { background-color: rgb(130,8,18); }

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

border-color css

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

 span { border-color: rgb(130,8,18); }

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