#541C15

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

Shades of Red Oxide #541C15

Tints of Red Oxide #541C15

Color information

#541C15 (or 0x541C15) is unknown color: approx Red Oxide. HEX triplet: 54, 1C and 15. RGB value is (84,28,21). Sum of RGB (Red+Green+Blue) = 84+28+21=133 (17% of max value = 765). Red value is 84 (33.20% from 255 or 63.16% from 133); Green value is 28 (11.33% from 255 or 21.05% from 133); Blue value is 21 (8.59% from 255 or 15.79% from 133); Max value from RGB is 84 - color contains mainly: red. Hex color #541C15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #541C15 is #ABE3EA. Grayscale: #2C2C2C. Windows color (decimal): -11265003 or 1383508. OLE color: 1383508.

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

Color convert

RGB842821-
CMYK00.670.750.67
HSL6.67º60%20.59%-
HSV(B)6.67º75%32.94%-
XYZ4.212.771.02-
YUV43.95115.05156.57-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 63.16%
GREEN value IS 28 (11.33% from 255) = 21.05%
BLUE value IS 21 (8.59% from 255) = 15.79%
R=63.16%
G=21.05%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.75
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84282100.670.750.676.676020.59
Hex541C150434B4373c15
Octal1243425010311310377425
Binary10101001110010101010000111001011100001111111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541C15; }

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

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

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

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

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

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

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

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