#540D01

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

Shades of Red Oxide #540D01

Tints of Red Oxide #540D01

Color information

#540D01 (or 0x540D01) is unknown color: approx Red Oxide. HEX triplet: 54, 0D and 01. RGB value is (84,13,1). Sum of RGB (Red+Green+Blue) = 84+13+1=98 (12% of max value = 765). Red value is 84 (33.20% from 255 or 85.71% from 98); Green value is 13 (5.47% from 255 or 13.27% from 98); Blue value is 1 (0.78% from 255 or 1.02% from 98); Max value from RGB is 84 - color contains mainly: red. Hex color #540D01 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540D01 is #ABF2FE. Grayscale: #202020. Windows color (decimal): -11268863 or 68948. OLE color: 68948.

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

Color convert

RGB84131-
CMYK00.850.990.67
HSL8.67º97.65%16.67%-
HSV(B)8.67º98.81%32.94%-
XYZ3.812.170.25-
YUV32.86110.02164.48-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 85.71%
GREEN value IS 13 (5.47% from 255) = 13.27%
BLUE value IS 1 (0.78% from 255) = 1.02%
R=85.71%
G=13.27%
B=1.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.99
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8413100.850.990.678.6797.6516.67
Hex54D1055634396211
Octal12415101251431031114221
Binary10101001101101010101110001110000111001110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540D01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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