#541212

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

Shades of Red Oxide #541212

Tints of Red Oxide #541212

Color information

#541212 (or 0x541212) is unknown color: approx Red Oxide. HEX triplet: 54, 12 and 12. RGB value is (84,18,18). Sum of RGB (Red+Green+Blue) = 84+18+18=120 (15% of max value = 765). Red value is 84 (33.20% from 255 or 70% from 120); Green value is 18 (7.42% from 255 or 15% from 120); Blue value is 18 (7.42% from 255 or 15% from 120); Max value from RGB is 84 - color contains mainly: red. Hex color #541212 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #541212 is #ABEDED. Grayscale: #252525. Windows color (decimal): -11267566 or 1184340. OLE color: 1184340.

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

Color convert

RGB841818-
CMYK00.790.790.67
HSL64.71%20%-
HSV(B)78.57%32.94%-
XYZ3.982.360.82-
YUV37.73116.87161-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 70%
GREEN value IS 18 (7.42% from 255) = 15%
BLUE value IS 18 (7.42% from 255) = 15%
R=70%
G=15%
B=15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.79
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84181800.790.790.67064.7120
Hex54121204F4F4304114
Octal12422220117117103010124
Binary1010100100101001001001111100111110000110100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541212; }

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

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

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

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

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

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

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

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