#54130F

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

Shades of Red Oxide #54130F

Tints of Red Oxide #54130F

Color information

#54130F (or 0x54130F) is unknown color: approx Red Oxide. HEX triplet: 54, 13 and 0F. RGB value is (84,19,15). Sum of RGB (Red+Green+Blue) = 84+19+15=118 (15% of max value = 765). Red value is 84 (33.20% from 255 or 71.19% from 118); Green value is 19 (7.81% from 255 or 16.10% from 118); Blue value is 15 (6.25% from 255 or 12.71% from 118); Max value from RGB is 84 - color contains mainly: red. Hex color #54130F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #54130F is #ABECF0. Grayscale: #262626. Windows color (decimal): -11267313 or 987988. OLE color: 987988.

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

Color convert

RGB841915-
CMYK00.770.820.67
HSL3.48º69.7%19.41%-
HSV(B)3.48º82.14%32.94%-
XYZ3.982.390.7-
YUV37.98115.03160.83-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 71.19%
GREEN value IS 19 (7.81% from 255) = 16.10%
BLUE value IS 15 (6.25% from 255) = 12.71%
R=71.19%
G=16.10%
B=12.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.82
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84191500.770.820.673.4869.719.41
Hex5413F04D524334613
Octal12423170115122103310623
Binary1010100100111111010011011010010100001111100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54130F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54130F; }

 p { color: rgb(84,19,15); }

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

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

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

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

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

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

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