#541919

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

Shades of Red Oxide #541919

Tints of Red Oxide #541919

Color information

#541919 (or 0x541919) is unknown color: approx Red Oxide. HEX triplet: 54, 19 and 19. RGB value is (84,25,25). Sum of RGB (Red+Green+Blue) = 84+25+25=134 (17% of max value = 765). Red value is 84 (33.20% from 255 or 62.69% from 134); Green value is 25 (10.16% from 255 or 18.66% from 134); Blue value is 25 (10.16% from 255 or 18.66% from 134); Max value from RGB is 84 - color contains mainly: red. Hex color #541919 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #541919 is #ABE6E6. Grayscale: #2A2A2A. Windows color (decimal): -11265767 or 1644884. OLE color: 1644884.

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

Color convert

RGB842525-
CMYK00.700.700.67
HSL54.13%21.37%-
HSV(B)70.24%32.94%-
XYZ4.182.651.21-
YUV42.64118.05157.5-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 62.69%
GREEN value IS 25 (10.16% from 255) = 18.66%
BLUE value IS 25 (10.16% from 255) = 18.66%
R=62.69%
G=18.66%
B=18.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.70
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84252500.700.700.67054.1321.37
Hex541919046464303615
Octal1243131010610610306625
Binary101010011001110010100011010001101000011011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541919; }

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

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

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

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

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

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

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

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