#541615

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

Shades of Red Oxide #541615

Tints of Red Oxide #541615

Color information

#541615 (or 0x541615) is unknown color: approx Red Oxide. HEX triplet: 54, 16 and 15. RGB value is (84,22,21). Sum of RGB (Red+Green+Blue) = 84+22+21=127 (16% of max value = 765). Red value is 84 (33.20% from 255 or 66.14% from 127); Green value is 22 (8.98% from 255 or 17.32% from 127); Blue value is 21 (8.59% from 255 or 16.54% from 127); Max value from RGB is 84 - color contains mainly: red. Hex color #541615 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #541615 is #ABE9EA. Grayscale: #282828. Windows color (decimal): -11266539 or 1381972. OLE color: 1381972.

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

Color convert

RGB842221-
CMYK00.740.750.67
HSL0.95º60%20.59%-
HSV(B)0.95º75%32.94%-
XYZ4.082.510.98-
YUV40.42117.04159.08-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 66.14%
GREEN value IS 22 (8.98% from 255) = 17.32%
BLUE value IS 21 (8.59% from 255) = 16.54%
R=66.14%
G=17.32%
B=16.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.75
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84222100.740.750.670.956020.59
Hex54161504A4B4313c15
Octal1242625011211310317425
Binary101010010110101010100101010010111000011111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541615; }

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

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

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

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

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

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

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

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