#540A01

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

Shades of Red Oxide #540A01

Tints of Red Oxide #540A01

Color information

#540A01 (or 0x540A01) is unknown color: approx Red Oxide. HEX triplet: 54, 0A and 01. RGB value is (84,10,1). Sum of RGB (Red+Green+Blue) = 84+10+1=95 (12% of max value = 765). Red value is 84 (33.20% from 255 or 88.42% from 95); Green value is 10 (4.30% from 255 or 10.53% from 95); Blue value is 1 (0.78% from 255 or 1.05% from 95); Max value from RGB is 84 - color contains mainly: red. Hex color #540A01 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540A01 is #ABF5FE. Grayscale: #1F1F1F. Windows color (decimal): -11269631 or 68180. OLE color: 68180.

HSL color Cylindrical-coordinate representation of color #540A01: hue angle of 6.51º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #540A01 is Cyan = 0, Magento = 0.88, Yellow = 0.99 and Black (K on CMYK) = 0.67.

Color convert

RGB84101-
CMYK00.880.990.67
HSL6.51º97.65%16.67%-
HSV(B)6.51º98.81%32.94%-
XYZ3.772.10.24-
YUV31.1111.02165.73-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 88.42%
GREEN value IS 10 (4.30% from 255) = 10.53%
BLUE value IS 1 (0.78% from 255) = 1.05%
R=88.42%
G=10.53%
B=1.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.99
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8410100.880.990.676.5197.6516.67
Hex54A1058634376211
Octal1241210130143103714221
Binary1010100101010101100011000111000011111110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540A01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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