#541006

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

Shades of Red Oxide #541006

Tints of Red Oxide #541006

Color information

#541006 (or 0x541006) is unknown color: approx Red Oxide. HEX triplet: 54, 10 and 06. RGB value is (84,16,6). Sum of RGB (Red+Green+Blue) = 84+16+6=106 (14% of max value = 765). Red value is 84 (33.20% from 255 or 79.25% from 106); Green value is 16 (6.64% from 255 or 15.09% from 106); Blue value is 6 (2.73% from 255 or 5.66% from 106); Max value from RGB is 84 - color contains mainly: red. Hex color #541006 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #541006 is #ABEFF9. Grayscale: #232323. Windows color (decimal): -11268090 or 397396. OLE color: 397396.

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

Color convert

RGB84166-
CMYK00.810.930.67
HSL7.69º86.67%17.65%-
HSV(B)7.69º92.86%32.94%-
XYZ3.872.270.41-
YUV35.19111.53162.81-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 79.25%
GREEN value IS 16 (6.64% from 255) = 15.09%
BLUE value IS 6 (2.73% from 255) = 5.66%
R=79.25%
G=15.09%
B=5.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.93
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8416600.810.930.677.6986.6717.65
Hex541060515D4385712
Octal12420601211351031012722
Binary10101001000011001010001101110110000111000101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541006; }

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

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

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

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

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

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

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

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