#541501

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

Shades of Red Oxide #541501

Tints of Red Oxide #541501

Color information

#541501 (or 0x541501) is unknown color: approx Red Oxide. HEX triplet: 54, 15 and 01. RGB value is (84,21,1). Sum of RGB (Red+Green+Blue) = 84+21+1=106 (14% of max value = 765). Red value is 84 (33.20% from 255 or 79.25% from 106); Green value is 21 (8.59% from 255 or 19.81% from 106); Blue value is 1 (0.78% from 255 or 0.94% from 106); Max value from RGB is 84 - color contains mainly: red. Hex color #541501 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #541501 is #ABEAFE. Grayscale: #252525. Windows color (decimal): -11266815 or 70996. OLE color: 70996.

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

Color convert

RGB84211-
CMYK00.750.990.67
HSL14.46º97.65%16.67%-
HSV(B)14.46º98.81%32.94%-
XYZ3.932.420.29-
YUV37.56107.37161.13-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 79.25%
GREEN value IS 21 (8.59% from 255) = 19.81%
BLUE value IS 1 (0.78% from 255) = 0.94%
R=79.25%
G=19.81%
B=0.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.99
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8421100.750.990.6714.4697.6516.67
Hex5415104B6343e6211
Octal12425101131431031614221
Binary101010010101101001011110001110000111110110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541501; }

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

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

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

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

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

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

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

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