#541815

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

Shades of Red Oxide #541815

Tints of Red Oxide #541815

Color information

#541815 (or 0x541815) is unknown color: approx Red Oxide. HEX triplet: 54, 18 and 15. RGB value is (84,24,21). Sum of RGB (Red+Green+Blue) = 84+24+21=129 (17% of max value = 765). Red value is 84 (33.20% from 255 or 65.12% from 129); Green value is 24 (9.77% from 255 or 18.60% from 129); Blue value is 21 (8.59% from 255 or 16.28% from 129); Max value from RGB is 84 - color contains mainly: red. Hex color #541815 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #541815 is #ABE7EA. Grayscale: #292929. Windows color (decimal): -11266027 or 1382484. OLE color: 1382484.

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

Color convert

RGB842421-
CMYK00.710.750.67
HSL2.86º60%20.59%-
HSV(B)2.86º75%32.94%-
XYZ4.122.590.99-
YUV41.6116.38158.24-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 65.12%
GREEN value IS 24 (9.77% from 255) = 18.60%
BLUE value IS 21 (8.59% from 255) = 16.28%
R=65.12%
G=18.60%
B=16.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.75
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84242100.710.750.672.866020.59
Hex5418150474B4333c15
Octal1243025010711310337425
Binary1010100110001010101000111100101110000111111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541815; }

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

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

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

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

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

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

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

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