#540C01

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

Shades of Red Oxide #540C01

Tints of Red Oxide #540C01

Color information

#540C01 (or 0x540C01) is unknown color: approx Red Oxide. HEX triplet: 54, 0C and 01. RGB value is (84,12,1). Sum of RGB (Red+Green+Blue) = 84+12+1=97 (12% of max value = 765). Red value is 84 (33.20% from 255 or 86.60% from 97); Green value is 12 (5.08% from 255 or 12.37% from 97); Blue value is 1 (0.78% from 255 or 1.03% from 97); Max value from RGB is 84 - color contains mainly: red. Hex color #540C01 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540C01 is #ABF3FE. Grayscale: #202020. Windows color (decimal): -11269119 or 68692. OLE color: 68692.

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

Color convert

RGB84121-
CMYK00.860.990.67
HSL7.95º97.65%16.67%-
HSV(B)7.95º98.81%32.94%-
XYZ3.792.150.24-
YUV32.27110.35164.89-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 86.60%
GREEN value IS 12 (5.08% from 255) = 12.37%
BLUE value IS 1 (0.78% from 255) = 1.03%
R=86.60%
G=12.37%
B=1.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.99
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8412100.860.990.677.9597.6516.67
Hex54C1056634386211
Octal12414101261431031014221
Binary10101001100101010110110001110000111000110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540C01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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