Html Css Color HEX #820206 Sangria

📋 copy color: '#820206'

red 130 ◦ green 2 ◦ blue 6

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

Shades of Sangria #820206

Tints of Sangria #820206

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 4.35%

R = 94.2%
G = 1.45%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.95

 K value IS 0.49

RGB Variations

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

Color information

#820206 (or 0x820206) is known color: Sangria. HEX triplet: 82, 02 and 06. RGB value is (130,2,6). Sum of RGB (Red+Green+Blue) = 130+2+6=138 (18% of max value = 765). Red value is 130 (51.17% from 255 or 94.20% from 138); Green value is 2 (1.17% from 255 or 1.45% from 138); Blue value is 6 (2.73% from 255 or 4.35% from 138); Max value from RGB is 130 - color contains mainly: red. Hex color #820206 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #820206 is #7DFDF9. Grayscale: #282828. Windows color (decimal): -8257018 or 393858. OLE color: 393858.

HSL color Cylindrical-coordinate representation of color #820206: hue angle of 358.12º 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 #820206 is Cyan = 0, Magento = 0.98, Yellow = 0.95 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 2 6 -
CMYK 0 0.98 0.95 0.49
HSL 358.13º 0.97% 0.26% -
HSV(B) 358.13º 0.98% 0.51% -
XYZ 9.26 4.8 0.61 -
YUV 40.73 108.41 191.67 -
System Red Green Blue C M Y K H S L
Decimal 130 2 6 0 0.98 0.95 0.49 358.13 0.97 0.26
Hex 82 2 6 0 62 5F 31 166 61 1A
Octal 202 2 6 0 142 137 61 546 141 32
Binary 10000010 10 110 0 1100010 1011111 110001 101100110 1100001 11010

Color Harmonies of #820206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820206

Black with #820206

Text Example


Text Example

White with #820206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820206; }

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

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

background-color css

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

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

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

border-color css

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

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

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