Html Css Color HEX #820205 Sangria

📋 copy color: '#820205'

red 130 ◦ green 2 ◦ blue 5

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

Shades of Sangria #820205

Tints of Sangria #820205

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.46%

 BLUE value IS 5 (2.34% from 255) = 3.65%

R = 94.89%
G = 1.46%
B = 3.65%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.96

 K value IS 0.49

RGB Variations

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

Color information

#820205 (or 0x820205) is known color: Sangria. HEX triplet: 82, 02 and 05. RGB value is (130,2,5). Sum of RGB (Red+Green+Blue) = 130+2+5=137 (18% of max value = 765). Red value is 130 (51.17% from 255 or 94.89% from 137); Green value is 2 (1.17% from 255 or 1.46% from 137); Blue value is 5 (2.34% from 255 or 3.65% from 137); Max value from RGB is 130 - color contains mainly: red. Hex color #820205 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #820205 is #7DFDFA. Grayscale: #282828. Windows color (decimal): -8257019 or 328322. OLE color: 328322.

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

Color convert

RGB 130 2 5 -
CMYK 0 0.98 0.96 0.49
HSL 358.59º 0.97% 0.26% -
HSV(B) 358.59º 0.98% 0.51% -
XYZ 9.26 4.8 0.58 -
YUV 40.61 107.91 191.76 -
System Red Green Blue C M Y K H S L
Decimal 130 2 5 0 0.98 0.96 0.49 358.59 0.97 0.26
Hex 82 2 5 0 62 60 31 167 61 1A
Octal 202 2 5 0 142 140 61 547 141 32
Binary 10000010 10 101 0 1100010 1100000 110001 101100111 1100001 11010

Color Harmonies of #820205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820205

Black with #820205

Text Example


Text Example

White with #820205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820205; }

 p { color: rgb(130,2,5); }

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

background-color css

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

 a { background-color: rgb(130,2,5); }

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

border-color css

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

 span { border-color: rgb(130,2,5); }

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