#820306

Color #820306 Sangria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sangria #820306

Tints of Sangria #820306

Color information

#820306 (or 0x820306) is unknown color: approx Sangria. HEX triplet: 82, 03 and 06. RGB value is (130,3,6). Sum of RGB (Red+Green+Blue) = 130+3+6=139 (18% of max value = 765). Red value is 130 (51.17% from 255 or 93.53% from 139); Green value is 3 (1.56% from 255 or 2.16% from 139); Blue value is 6 (2.73% from 255 or 4.32% from 139); Max value from RGB is 130 - color contains mainly: red. Hex color #820306 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #820306 is #7DFCF9. Grayscale: #292929. Windows color (decimal): -8256762 or 394114. OLE color: 394114.

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

Color convert

RGB13036-
CMYK00.980.950.49
HSL358.58º95.49%26.08%-
HSV(B)358.58º97.69%50.98%-
XYZ9.274.820.61-
YUV41.32108.08191.26-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 93.53%
GREEN value IS 3 (1.56% from 255) = 2.16%
BLUE value IS 6 (2.73% from 255) = 4.32%
R=93.53%
G=2.16%
B=4.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.95
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1303600.980.950.49358.5895.4926.08
Hex82360625F311675f1a
Octal2023601421376154713732
Binary1000001011110011000101011111110001101100111101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820306; }

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

 H1.HeaderClassName
 {
   color: #820306;
 }
 .AnyTagClassName
 {
   color: #820306;
 }
</style>
background-color css

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

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

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

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

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

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