#54180F

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

Shades of Red Oxide #54180F

Tints of Red Oxide #54180F

Color information

#54180F (or 0x54180F) is unknown color: approx Red Oxide. HEX triplet: 54, 18 and 0F. RGB value is (84,24,15). Sum of RGB (Red+Green+Blue) = 84+24+15=123 (16% of max value = 765). Red value is 84 (33.20% from 255 or 68.29% from 123); Green value is 24 (9.77% from 255 or 19.51% from 123); Blue value is 15 (6.25% from 255 or 12.20% from 123); Max value from RGB is 84 - color contains mainly: red. Hex color #54180F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #54180F is #ABE7F0. Grayscale: #292929. Windows color (decimal): -11266033 or 989268. OLE color: 989268.

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

Color convert

RGB842415-
CMYK00.710.820.67
HSL7.83º69.7%19.41%-
HSV(B)7.83º82.14%32.94%-
XYZ4.072.570.73-
YUV40.91113.38158.73-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 68.29%
GREEN value IS 24 (9.77% from 255) = 19.51%
BLUE value IS 15 (6.25% from 255) = 12.20%
R=68.29%
G=19.51%
B=12.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.82
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84241500.710.820.677.8369.719.41
Hex5418F047524384613
Octal124301701071221031010623
Binary101010011000111101000111101001010000111000100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54180F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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