#541710

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

Shades of Red Oxide #541710

Tints of Red Oxide #541710

Color information

#541710 (or 0x541710) is unknown color: approx Red Oxide. HEX triplet: 54, 17 and 10. RGB value is (84,23,16). Sum of RGB (Red+Green+Blue) = 84+23+16=123 (16% of max value = 765). Red value is 84 (33.20% from 255 or 68.29% from 123); Green value is 23 (9.38% from 255 or 18.70% from 123); Blue value is 16 (6.64% from 255 or 13.01% from 123); Max value from RGB is 84 - color contains mainly: red. Hex color #541710 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #541710 is #ABE8EF. Grayscale: #282828. Windows color (decimal): -11266288 or 1054548. OLE color: 1054548.

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

Color convert

RGB842316-
CMYK00.730.810.67
HSL6.18º68%19.61%-
HSV(B)6.18º80.95%32.94%-
XYZ4.062.540.77-
YUV40.44114.21159.07-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 68.29%
GREEN value IS 23 (9.38% from 255) = 18.70%
BLUE value IS 16 (6.64% from 255) = 13.01%
R=68.29%
G=18.70%
B=13.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.81
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84231600.730.810.676.186819.61
Hex541710049514364414
Octal12427200111121103610424
Binary101010010111100000100100110100011000011110100010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541710; }

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

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

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

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

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

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

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

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