#540808

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

Shades of Red Oxide #540808

Tints of Red Oxide #540808

Color information

#540808 (or 0x540808) is unknown color: approx Red Oxide. HEX triplet: 54, 08 and 08. RGB value is (84,8,8). Sum of RGB (Red+Green+Blue) = 84+8+8=100 (13% of max value = 765). Red value is 84 (33.20% from 255 or 84% from 100); Green value is 8 (3.52% from 255 or 8% from 100); Blue value is 8 (3.52% from 255 or 8% from 100); Max value from RGB is 84 - color contains mainly: red. Hex color #540808 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540808 is #ABF7F7. Grayscale: #1E1E1E. Windows color (decimal): -11270136 or 526420. OLE color: 526420.

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

Color convert

RGB8488-
CMYK00.900.900.67
HSL82.61%18.04%-
HSV(B)90.48%32.94%-
XYZ3.792.080.43-
YUV30.72115.18166-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 84%
GREEN value IS 8 (3.52% from 255) = 8%
BLUE value IS 8 (3.52% from 255) = 8%
R=84%
G=8%
B=8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.90
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal848800.900.900.67082.6118.04
Hex548805A5A4305312
Octal12410100132132103012322
Binary10101001000100001011010101101010000110101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540808; }

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

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

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

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

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

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

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

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