#541203

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

Shades of Red Oxide #541203

Tints of Red Oxide #541203

Color information

#541203 (or 0x541203) is unknown color: approx Red Oxide. HEX triplet: 54, 12 and 03. RGB value is (84,18,3). Sum of RGB (Red+Green+Blue) = 84+18+3=105 (13% of max value = 765). Red value is 84 (33.20% from 255 or 80% from 105); Green value is 18 (7.42% from 255 or 17.14% from 105); Blue value is 3 (1.56% from 255 or 2.86% from 105); Max value from RGB is 84 - color contains mainly: red. Hex color #541203 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #541203 is #ABEDFC. Grayscale: #242424. Windows color (decimal): -11267581 or 201300. OLE color: 201300.

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

Color convert

RGB84183-
CMYK00.790.960.67
HSL11.11º93.1%17.06%-
HSV(B)11.11º96.43%32.94%-
XYZ3.892.320.33-
YUV36.02109.37162.22-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 80%
GREEN value IS 18 (7.42% from 255) = 17.14%
BLUE value IS 3 (1.56% from 255) = 2.86%
R=80%
G=17.14%
B=2.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.96
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8418300.790.960.6711.1193.117.06
Hex5412304F6043b5d11
Octal12422301171401031313521
Binary1010100100101101001111110000010000111011101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541203; }

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

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

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

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

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

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

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

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