Html Css Color HEX #820006 Sangria

📋 copy color: '#820006'

red 130 ◦ green 0 ◦ blue 6

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

Shades of Sangria #820006

Tints of Sangria #820006

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 95.59%
G = 0%
B = 4.41%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.95

 K value IS 0.49

RGB Variations

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

Color information

#820006 (or 0x820006) is known color: Sangria. HEX triplet: 82, 00 and 06. RGB value is (130,0,6). Sum of RGB (Red+Green+Blue) = 130+0+6=136 (18% of max value = 765). Red value is 130 (51.17% from 255 or 95.59% from 136); Green value is 0 (0.39% from 255 or 0% from 136); Blue value is 6 (2.73% from 255 or 4.41% from 136); Max value from RGB is 130 - color contains mainly: red. Hex color #820006 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #820006 is #7DFFF9. Grayscale: #272727. Windows color (decimal): -8257530 or 393346. OLE color: 393346.

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

Color convert

RGB 130 0 6 -
CMYK 0 1 0.95 0.49
HSL 357.23º 1% 0.25% -
HSV(B) 357.23º 1% 0.51% -
XYZ 9.24 4.76 0.6 -
YUV 39.55 109.07 192.51 -
System Red Green Blue C M Y K H S L
Decimal 130 0 6 0 1 0.95 0.49 357.23 1 0.25
Hex 82 0 6 0 64 5F 31 165 64 19
Octal 202 0 6 0 144 137 61 545 144 31
Binary 10000010 0 110 0 1100100 1011111 110001 101100101 1100100 11001

Color Harmonies of #820006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820006

Black with #820006

Text Example


Text Example

White with #820006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820006; }

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

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

background-color css

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

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

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

border-color css

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

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

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