Html Css Color HEX #820712 Sangria

📋 copy color: '#820712'

red 130 ◦ green 7 ◦ blue 18

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

Shades of Sangria #820712

Tints of Sangria #820712

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.52%

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

R = 83.87%
G = 4.52%
B = 11.61%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#820712 (or 0x820712) is known color: Sangria. HEX triplet: 82, 07 and 12. RGB value is (130,7,18). Sum of RGB (Red+Green+Blue) = 130+7+18=155 (20% of max value = 765). Red value is 130 (51.17% from 255 or 83.87% from 155); Green value is 7 (3.12% from 255 or 4.52% from 155); Blue value is 18 (7.42% from 255 or 11.61% from 155); Max value from RGB is 130 - color contains mainly: red. Hex color #820712 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #820712 is #7DF8ED. Grayscale: #2D2D2D. Windows color (decimal): -8255726 or 1181570. OLE color: 1181570.

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

Color convert

RGB 130 7 18 -
CMYK 0 0.95 0.86 0.49
HSL 354.63º 0.9% 0.27% -
HSV(B) 354.63º 0.95% 0.51% -
XYZ 9.39 4.94 1.03 -
YUV 45.03 112.75 188.61 -
System Red Green Blue C M Y K H S L
Decimal 130 7 18 0 0.95 0.86 0.49 354.63 0.9 0.27
Hex 82 7 12 0 5F 56 31 163 5A 1B
Octal 202 7 22 0 137 126 61 543 132 33
Binary 10000010 111 10010 0 1011111 1010110 110001 101100011 1011010 11011

Color Harmonies of #820712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820712

Black with #820712

Text Example


Text Example

White with #820712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820712; }

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

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

background-color css

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

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

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

border-color css

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

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

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