#541207

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

Shades of Red Oxide #541207

Tints of Red Oxide #541207

Color information

#541207 (or 0x541207) is unknown color: approx Red Oxide. HEX triplet: 54, 12 and 07. RGB value is (84,18,7). Sum of RGB (Red+Green+Blue) = 84+18+7=109 (14% of max value = 765). Red value is 84 (33.20% from 255 or 77.06% from 109); Green value is 18 (7.42% from 255 or 16.51% from 109); Blue value is 7 (3.12% from 255 or 6.42% from 109); Max value from RGB is 84 - color contains mainly: red. Hex color #541207 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #541207 is #ABEDF8. Grayscale: #242424. Windows color (decimal): -11267577 or 463444. OLE color: 463444.

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

Color convert

RGB84187-
CMYK00.790.920.67
HSL8.57º84.62%17.84%-
HSV(B)8.57º91.67%32.94%-
XYZ3.912.330.45-
YUV36.48111.37161.89-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 77.06%
GREEN value IS 18 (7.42% from 255) = 16.51%
BLUE value IS 7 (3.12% from 255) = 6.42%
R=77.06%
G=16.51%
B=6.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.92
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8418700.790.920.678.5784.6217.84
Hex5412704F5C4395512
Octal12422701171341031112522
Binary10101001001011101001111101110010000111001101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541207; }

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

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

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

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

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

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

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

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