#540806

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

Shades of Red Oxide #540806

Tints of Red Oxide #540806

Color information

#540806 (or 0x540806) is unknown color: approx Red Oxide. HEX triplet: 54, 08 and 06. RGB value is (84,8,6). Sum of RGB (Red+Green+Blue) = 84+8+6=98 (12% of max value = 765). Red value is 84 (33.20% from 255 or 85.71% from 98); Green value is 8 (3.52% from 255 or 8.16% from 98); Blue value is 6 (2.73% from 255 or 6.12% from 98); Max value from RGB is 84 - color contains mainly: red. Hex color #540806 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540806 is #ABF7F9. Grayscale: #1E1E1E. Windows color (decimal): -11270138 or 395348. OLE color: 395348.

HSL color Cylindrical-coordinate representation of color #540806: hue angle of 1.54º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #540806 is Cyan = 0, Magento = 0.90, Yellow = 0.93 and Black (K on CMYK) = 0.67.

Color convert

RGB8486-
CMYK00.900.930.67
HSL1.54º86.67%17.65%-
HSV(B)1.54º92.86%32.94%-
XYZ3.782.070.37-
YUV30.5114.18166.16-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 85.71%
GREEN value IS 8 (3.52% from 255) = 8.16%
BLUE value IS 6 (2.73% from 255) = 6.12%
R=85.71%
G=8.16%
B=6.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.93
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal848600.900.930.671.5486.6717.65
Hex548605A5D4325712
Octal1241060132135103212722
Binary10101001000110010110101011101100001110101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540806; }

 p { color: rgb(84,8,6); }

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

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

 a { background-color: rgb(84,8,6); }

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

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

 span { border-color: rgb(84,8,6); }

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