#54190C

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

Shades of Red Oxide #54190C

Tints of Red Oxide #54190C

Color information

#54190C (or 0x54190C) is unknown color: approx Red Oxide. HEX triplet: 54, 19 and 0C. RGB value is (84,25,12). Sum of RGB (Red+Green+Blue) = 84+25+12=121 (16% of max value = 765). Red value is 84 (33.20% from 255 or 69.42% from 121); Green value is 25 (10.16% from 255 or 20.66% from 121); Blue value is 12 (5.08% from 255 or 9.92% from 121); Max value from RGB is 84 - color contains mainly: red. Hex color #54190C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #54190C is #ABE6F3. Grayscale: #292929. Windows color (decimal): -11265780 or 792916. OLE color: 792916.

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

Color convert

RGB842512-
CMYK00.700.860.67
HSL10.83º75%18.82%-
HSV(B)10.83º85.71%32.94%-
XYZ4.072.610.64-
YUV41.16111.55158.56-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 69.42%
GREEN value IS 25 (10.16% from 255) = 20.66%
BLUE value IS 12 (5.08% from 255) = 9.92%
R=69.42%
G=20.66%
B=9.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.86
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84251200.700.860.6710.837518.82
Hex5419C0465643b4b13
Octal124311401061261031311323
Binary101010011001110001000110101011010000111011100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54190C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54190C; }

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

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

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

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

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

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

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

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