#540301

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

Shades of Red Oxide #540301

Tints of Red Oxide #540301

Color information

#540301 (or 0x540301) is unknown color: approx Red Oxide. HEX triplet: 54, 03 and 01. RGB value is (84,3,1). Sum of RGB (Red+Green+Blue) = 84+3+1=88 (11% of max value = 765). Red value is 84 (33.20% from 255 or 95.45% from 88); Green value is 3 (1.56% from 255 or 3.41% from 88); Blue value is 1 (0.78% from 255 or 1.14% from 88); Max value from RGB is 84 - color contains mainly: red. Hex color #540301 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540301 is #ABFCFE. Grayscale: #1B1B1B. Windows color (decimal): -11271423 or 66388. OLE color: 66388.

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

Color convert

RGB8431-
CMYK00.960.990.67
HSL1.45º97.65%16.67%-
HSV(B)1.45º98.81%32.94%-
XYZ3.691.950.21-
YUV26.99113.34168.66-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 95.45%
GREEN value IS 3 (1.56% from 255) = 3.41%
BLUE value IS 1 (0.78% from 255) = 1.14%
R=95.45%
G=3.41%
B=1.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.99
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal843100.960.990.671.4597.6516.67
Hex5431060634316211
Octal124310140143103114221
Binary101010011101100000110001110000111110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540301; }

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

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

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

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

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

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

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

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