#540701

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

Shades of Red Oxide #540701

Tints of Red Oxide #540701

Color information

#540701 (or 0x540701) is unknown color: approx Red Oxide. HEX triplet: 54, 07 and 01. RGB value is (84,7,1). Sum of RGB (Red+Green+Blue) = 84+7+1=92 (12% of max value = 765). Red value is 84 (33.20% from 255 or 91.30% from 92); Green value is 7 (3.12% from 255 or 7.61% from 92); Blue value is 1 (0.78% from 255 or 1.09% from 92); Max value from RGB is 84 - color contains mainly: red. Hex color #540701 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540701 is #ABF8FE. Grayscale: #1D1D1D. Windows color (decimal): -11270399 or 67412. OLE color: 67412.

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

Color convert

RGB8471-
CMYK00.920.990.67
HSL4.34º97.65%16.67%-
HSV(B)4.34º98.81%32.94%-
XYZ3.742.040.23-
YUV29.34112.01166.99-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 91.30%
GREEN value IS 7 (3.12% from 255) = 7.61%
BLUE value IS 1 (0.78% from 255) = 1.09%
R=91.30%
G=7.61%
B=1.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.99
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal847100.920.990.674.3497.6516.67
Hex547105C634346211
Octal124710134143103414221
Binary101010011110101110011000111000011100110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540701; }

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

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

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

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

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

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

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

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