#541210

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

Shades of Red Oxide #541210

Tints of Red Oxide #541210

Color information

#541210 (or 0x541210) is unknown color: approx Red Oxide. HEX triplet: 54, 12 and 10. RGB value is (84,18,16). Sum of RGB (Red+Green+Blue) = 84+18+16=118 (15% of max value = 765). Red value is 84 (33.20% from 255 or 71.19% from 118); Green value is 18 (7.42% from 255 or 15.25% from 118); Blue value is 16 (6.64% from 255 or 13.56% from 118); Max value from RGB is 84 - color contains mainly: red. Hex color #541210 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #541210 is #ABEDEF. Grayscale: #252525. Windows color (decimal): -11267568 or 1053268. OLE color: 1053268.

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

Color convert

RGB841816-
CMYK00.790.810.67
HSL1.76º68%19.61%-
HSV(B)1.76º80.95%32.94%-
XYZ3.972.350.74-
YUV37.51115.87161.16-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 71.19%
GREEN value IS 18 (7.42% from 255) = 15.25%
BLUE value IS 16 (6.64% from 255) = 13.56%
R=71.19%
G=15.25%
B=13.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.81
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84181600.790.810.671.766819.61
Hex54121004F514324414
Octal12422200117121103210424
Binary10101001001010000010011111010001100001110100010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541210; }

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

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

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

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

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

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

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

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