#54181B

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

Shades of Burnt Crimson #54181B

Tints of Burnt Crimson #54181B

Color information

#54181B (or 0x54181B) is unknown color: approx Burnt Crimson. HEX triplet: 54, 18 and 1B. RGB value is (84,24,27). Sum of RGB (Red+Green+Blue) = 84+24+27=135 (17% of max value = 765). Red value is 84 (33.20% from 255 or 62.22% from 135); Green value is 24 (9.77% from 255 or 17.78% from 135); Blue value is 27 (10.94% from 255 or 20% from 135); Max value from RGB is 84 - color contains mainly: red. Hex color #54181B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54181B is #ABE7E4. Grayscale: #2A2A2A. Windows color (decimal): -11266021 or 1775700. OLE color: 1775700.

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

Color convert

RGB842427-
CMYK00.710.680.67
HSL357º55.56%21.18%-
HSV(B)357º71.43%32.94%-
XYZ4.182.621.32-
YUV42.28119.38157.76-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 62.22%
GREEN value IS 24 (9.77% from 255) = 17.78%
BLUE value IS 27 (10.94% from 255) = 20%
R=62.22%
G=17.78%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.68
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84242700.710.680.6735755.5621.18
Hex54181B04744431653815
Octal124303301071041035457025
Binary10101001100011011010001111000100100001110110010111100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54181B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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