#540A08

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

Shades of Red Oxide #540A08

Tints of Red Oxide #540A08

Color information

#540A08 (or 0x540A08) is unknown color: approx Red Oxide. HEX triplet: 54, 0A and 08. RGB value is (84,10,8). Sum of RGB (Red+Green+Blue) = 84+10+8=102 (13% of max value = 765). Red value is 84 (33.20% from 255 or 82.35% from 102); Green value is 10 (4.30% from 255 or 9.80% from 102); Blue value is 8 (3.52% from 255 or 7.84% from 102); Max value from RGB is 84 - color contains mainly: red. Hex color #540A08 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540A08 is #ABF5F7. Grayscale: #1F1F1F. Windows color (decimal): -11269624 or 526932. OLE color: 526932.

HSL color Cylindrical-coordinate representation of color #540A08: hue angle of 1.58º 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 #540A08 is Cyan = 0, Magento = 0.88, Yellow = 0.90 and Black (K on CMYK) = 0.67.

Color convert

RGB84108-
CMYK00.880.900.67
HSL1.58º82.61%18.04%-
HSV(B)1.58º90.48%32.94%-
XYZ3.812.120.44-
YUV31.9114.52165.16-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 82.35%
GREEN value IS 10 (4.30% from 255) = 9.80%
BLUE value IS 8 (3.52% from 255) = 7.84%
R=82.35%
G=9.80%
B=7.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.90
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8410800.880.900.671.5882.6118.04
Hex54A80585A4325312
Octal12412100130132103212322
Binary101010010101000010110001011010100001110101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540A08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540A08; }

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

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

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

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

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

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

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

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