#820405

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

Shades of Sangria #820405

Tints of Sangria #820405

Color information

#820405 (or 0x820405) is unknown color: approx Sangria. HEX triplet: 82, 04 and 05. RGB value is (130,4,5). Sum of RGB (Red+Green+Blue) = 130+4+5=139 (18% of max value = 765). Red value is 130 (51.17% from 255 or 93.53% from 139); Green value is 4 (1.95% from 255 or 2.88% from 139); Blue value is 5 (2.34% from 255 or 3.60% from 139); Max value from RGB is 130 - color contains mainly: red. Hex color #820405 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #820405 is #7DFBFA. Grayscale: #292929. Windows color (decimal): -8256507 or 328834. OLE color: 328834.

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

Color convert

RGB13045-
CMYK00.970.960.49
HSL359.52º94.03%26.27%-
HSV(B)359.52º96.92%50.98%-
XYZ9.284.840.59-
YUV41.79107.24190.92-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 93.53%
GREEN value IS 4 (1.95% from 255) = 2.88%
BLUE value IS 5 (2.34% from 255) = 3.60%
R=93.53%
G=2.88%
B=3.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.96
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1304500.970.960.49359.5294.0326.27
Hex824506160311685e1a
Octal2024501411406155013632
Binary10000010100101011000011100000110001101101000101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820405; }

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

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

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

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

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

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

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

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