#800405

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

Shades of Sangria #800405

Tints of Sangria #800405

Color information

#800405 (or 0x800405) is unknown color: approx Sangria. HEX triplet: 80, 04 and 05. RGB value is (128,4,5). Sum of RGB (Red+Green+Blue) = 128+4+5=137 (18% of max value = 765). Red value is 128 (50.39% from 255 or 93.43% from 137); Green value is 4 (1.95% from 255 or 2.92% from 137); Blue value is 5 (2.34% from 255 or 3.65% from 137); Max value from RGB is 128 - color contains mainly: red. Hex color #800405 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #800405 is #7FFBFA. Grayscale: #292929. Windows color (decimal): -8387579 or 328832. OLE color: 328832.

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

Color convert

RGB12845-
CMYK00.970.960.50
HSL359.52º93.94%25.88%-
HSV(B)359.52º96.88%50.2%-
XYZ8.974.690.58-
YUV41.19107.58189.92-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 93.43%
GREEN value IS 4 (1.95% from 255) = 2.92%
BLUE value IS 5 (2.34% from 255) = 3.65%
R=93.43%
G=2.92%
B=3.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.96
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1284500.970.960.50359.5293.9425.88
Hex804506160321685e1a
Octal2004501411406255013632
Binary10000000100101011000011100000110010101101000101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #800405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #800405; }

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

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

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

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

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

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

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

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