#541507

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

Shades of Red Oxide #541507

Tints of Red Oxide #541507

Color information

#541507 (or 0x541507) is unknown color: approx Red Oxide. HEX triplet: 54, 15 and 07. RGB value is (84,21,7). Sum of RGB (Red+Green+Blue) = 84+21+7=112 (14% of max value = 765). Red value is 84 (33.20% from 255 or 75% from 112); Green value is 21 (8.59% from 255 or 18.75% from 112); Blue value is 7 (3.12% from 255 or 6.25% from 112); Max value from RGB is 84 - color contains mainly: red. Hex color #541507 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #541507 is #ABEAF8. Grayscale: #262626. Windows color (decimal): -11266809 or 464212. OLE color: 464212.

HSL color Cylindrical-coordinate representation of color #541507: hue angle of 10.91º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #541507 is Cyan = 0, Magento = 0.75, Yellow = 0.92 and Black (K on CMYK) = 0.67.

Color convert

RGB84217-
CMYK00.750.920.67
HSL10.91º84.62%17.84%-
HSV(B)10.91º91.67%32.94%-
XYZ3.962.440.46-
YUV38.24110.37160.64-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 75%
GREEN value IS 21 (8.59% from 255) = 18.75%
BLUE value IS 7 (3.12% from 255) = 6.25%
R=75%
G=18.75%
B=6.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.92
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8421700.750.920.6710.9184.6217.84
Hex5415704B5C43b5512
Octal12425701131341031312522
Binary10101001010111101001011101110010000111011101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541507; }

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

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

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

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

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

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

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

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