#840408

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

Shades of Sangria #840408

Tints of Sangria #840408

Color information

#840408 (or 0x840408) is unknown color: approx Sangria. HEX triplet: 84, 04 and 08. RGB value is (132,4,8). Sum of RGB (Red+Green+Blue) = 132+4+8=144 (19% of max value = 765). Red value is 132 (51.95% from 255 or 91.67% from 144); Green value is 4 (1.95% from 255 or 2.78% from 144); Blue value is 8 (3.52% from 255 or 5.56% from 144); Max value from RGB is 132 - color contains mainly: red. Hex color #840408 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #840408 is #7BFBF7. Grayscale: #2A2A2A. Windows color (decimal): -8125432 or 525444. OLE color: 525444.

HSL color Cylindrical-coordinate representation of color #840408: hue angle of 358.12º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #840408 is Cyan = 0, Magento = 0.97, Yellow = 0.94 and Black (K on CMYK) = 0.48.

Color convert

RGB13248-
CMYK00.970.940.48
HSL358.12º94.12%26.67%-
HSV(B)358.12º96.97%51.76%-
XYZ9.65.010.69-
YUV42.73108.41191.67-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 91.67%
GREEN value IS 4 (1.95% from 255) = 2.78%
BLUE value IS 8 (3.52% from 255) = 5.56%
R=91.67%
G=2.78%
B=5.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.94
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1324800.970.940.48358.1294.1226.67
Hex84480615E301665e1b
Octal20441001411366054613633
Binary100001001001000011000011011110110000101100110101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #840408; }

 p { color: rgb(132,4,8); }

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

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

 a { background-color: rgb(132,4,8); }

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

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

 span { border-color: rgb(132,4,8); }

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