#541512

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

Shades of Red Oxide #541512

Tints of Red Oxide #541512

Color information

#541512 (or 0x541512) is unknown color: approx Red Oxide. HEX triplet: 54, 15 and 12. RGB value is (84,21,18). Sum of RGB (Red+Green+Blue) = 84+21+18=123 (16% of max value = 765). Red value is 84 (33.20% from 255 or 68.29% from 123); Green value is 21 (8.59% from 255 or 17.07% from 123); Blue value is 18 (7.42% from 255 or 14.63% from 123); Max value from RGB is 84 - color contains mainly: red. Hex color #541512 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #541512 is #ABEAED. Grayscale: #272727. Windows color (decimal): -11266798 or 1185108. OLE color: 1185108.

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

Color convert

RGB842118-
CMYK00.750.790.67
HSL2.73º64.71%20%-
HSV(B)2.73º78.57%32.94%-
XYZ4.032.460.84-
YUV39.49115.87159.74-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 68.29%
GREEN value IS 21 (8.59% from 255) = 17.07%
BLUE value IS 18 (7.42% from 255) = 14.63%
R=68.29%
G=17.07%
B=14.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.79
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84211800.750.790.672.7364.7120
Hex54151204B4F4334114
Octal12425220113117103310124
Binary10101001010110010010010111001111100001111100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541512; }

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

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

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

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

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

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

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

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