#541709

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

Shades of Red Oxide #541709

Tints of Red Oxide #541709

Color information

#541709 (or 0x541709) is unknown color: approx Red Oxide. HEX triplet: 54, 17 and 09. RGB value is (84,23,9). Sum of RGB (Red+Green+Blue) = 84+23+9=116 (15% of max value = 765). Red value is 84 (33.20% from 255 or 72.41% from 116); Green value is 23 (9.38% from 255 or 19.83% from 116); Blue value is 9 (3.91% from 255 or 7.76% from 116); Max value from RGB is 84 - color contains mainly: red. Hex color #541709 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #541709 is #ABE8F6. Grayscale: #272727. Windows color (decimal): -11266295 or 595796. OLE color: 595796.

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

Color convert

RGB84239-
CMYK00.730.890.67
HSL11.2º80.65%18.24%-
HSV(B)11.2º89.29%32.94%-
XYZ4.012.520.53-
YUV39.64110.71159.64-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 72.41%
GREEN value IS 23 (9.38% from 255) = 19.83%
BLUE value IS 9 (3.91% from 255) = 7.76%
R=72.41%
G=19.83%
B=7.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.89
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8423900.730.890.6711.280.6518.24
Hex541790495943b5112
Octal124271101111311031312122
Binary101010010111100101001001101100110000111011101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541709

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541709; }

 p { color: rgb(84,23,9); }

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

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

 a { background-color: rgb(84,23,9); }

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

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

 span { border-color: rgb(84,23,9); }

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