#54181D

Color #54181D Burnt Crimson (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burnt Crimson #54181D

Tints of Burnt Crimson #54181D

Color information

#54181D (or 0x54181D) is unknown color: approx Burnt Crimson. HEX triplet: 54, 18 and 1D. RGB value is (84,24,29). Sum of RGB (Red+Green+Blue) = 84+24+29=137 (18% of max value = 765). Red value is 84 (33.20% from 255 or 61.31% from 137); Green value is 24 (9.77% from 255 or 17.52% from 137); Blue value is 29 (11.72% from 255 or 21.17% from 137); Max value from RGB is 84 - color contains mainly: red. Hex color #54181D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54181D is #ABE7E2. Grayscale: #2A2A2A. Windows color (decimal): -11266019 or 1906772. OLE color: 1906772.

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

Color convert

RGB842429-
CMYK00.710.650.67
HSL355º55.56%21.18%-
HSV(B)355º71.43%32.94%-
XYZ4.22.631.45-
YUV42.51120.38157.59-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 61.31%
GREEN value IS 24 (9.77% from 255) = 17.52%
BLUE value IS 29 (11.72% from 255) = 21.17%
R=61.31%
G=17.52%
B=21.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.65
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84242900.710.650.6735555.5621.18
Hex54181D04741431633815
Octal124303501071011035437025
Binary10101001100011101010001111000001100001110110001111100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54181D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54181D; }

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

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

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

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

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

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

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

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