#541206

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

Shades of Red Oxide #541206

Tints of Red Oxide #541206

Color information

#541206 (or 0x541206) is unknown color: approx Red Oxide. HEX triplet: 54, 12 and 06. RGB value is (84,18,6). Sum of RGB (Red+Green+Blue) = 84+18+6=108 (14% of max value = 765). Red value is 84 (33.20% from 255 or 77.78% from 108); Green value is 18 (7.42% from 255 or 16.67% from 108); Blue value is 6 (2.73% from 255 or 5.56% from 108); Max value from RGB is 84 - color contains mainly: red. Hex color #541206 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #541206 is #ABEDF9. Grayscale: #242424. Windows color (decimal): -11267578 or 397908. OLE color: 397908.

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

Color convert

RGB84186-
CMYK00.790.930.67
HSL9.23º86.67%17.65%-
HSV(B)9.23º92.86%32.94%-
XYZ3.912.330.42-
YUV36.37110.87161.98-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 77.78%
GREEN value IS 18 (7.42% from 255) = 16.67%
BLUE value IS 6 (2.73% from 255) = 5.56%
R=77.78%
G=16.67%
B=5.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.93
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8418600.790.930.679.2386.6717.65
Hex5412604F5D4395712
Octal12422601171351031112722
Binary10101001001011001001111101110110000111001101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541206; }

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

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

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

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

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

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

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

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