Html Css Color HEX #820912 Sangria

📋 copy color: '#820912'

red 130 ◦ green 9 ◦ blue 18

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

Shades of Sangria #820912

Tints of Sangria #820912

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.73%

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

R = 82.8%
G = 5.73%
B = 11.46%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#820912 (or 0x820912) is known color: Sangria. HEX triplet: 82, 09 and 12. RGB value is (130,9,18). Sum of RGB (Red+Green+Blue) = 130+9+18=157 (20% of max value = 765). Red value is 130 (51.17% from 255 or 82.80% from 157); Green value is 9 (3.91% from 255 or 5.73% from 157); Blue value is 18 (7.42% from 255 or 11.46% from 157); Max value from RGB is 130 - color contains mainly: red. Hex color #820912 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #820912 is #7DF6ED. Grayscale: #2E2E2E. Windows color (decimal): -8255214 or 1182082. OLE color: 1182082.

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

Color convert

RGB 130 9 18 -
CMYK 0 0.93 0.86 0.49
HSL 355.54º 0.87% 0.27% -
HSV(B) 355.54º 0.93% 0.51% -
XYZ 9.41 4.98 1.04 -
YUV 46.21 112.09 187.77 -
System Red Green Blue C M Y K H S L
Decimal 130 9 18 0 0.93 0.86 0.49 355.54 0.87 0.27
Hex 82 9 12 0 5D 56 31 164 57 1B
Octal 202 11 22 0 135 126 61 544 127 33
Binary 10000010 1001 10010 0 1011101 1010110 110001 101100100 1010111 11011

Color Harmonies of #820912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820912

Black with #820912

Text Example


Text Example

White with #820912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820912; }

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

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

background-color css

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

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

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

border-color css

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

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

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