#54161B

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

Shades of Burnt Crimson #54161B

Tints of Burnt Crimson #54161B

Color information

#54161B (or 0x54161B) is unknown color: approx Burnt Crimson. HEX triplet: 54, 16 and 1B. RGB value is (84,22,27). Sum of RGB (Red+Green+Blue) = 84+22+27=133 (17% of max value = 765). Red value is 84 (33.20% from 255 or 63.16% from 133); Green value is 22 (8.98% from 255 or 16.54% from 133); Blue value is 27 (10.94% from 255 or 20.30% from 133); Max value from RGB is 84 - color contains mainly: red. Hex color #54161B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54161B is #ABE9E4. Grayscale: #292929. Windows color (decimal): -11266533 or 1775188. OLE color: 1775188.

HSL color Cylindrical-coordinate representation of color #54161B: hue angle of 355.16º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #54161B is Cyan = 0, Magento = 0.74, Yellow = 0.68 and Black (K on CMYK) = 0.67.

Color convert

RGB842227-
CMYK00.740.680.67
HSL355.16º58.49%20.78%-
HSV(B)355.16º73.81%32.94%-
XYZ4.142.541.31-
YUV41.11120.04158.59-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 63.16%
GREEN value IS 22 (8.98% from 255) = 16.54%
BLUE value IS 27 (10.94% from 255) = 20.30%
R=63.16%
G=16.54%
B=20.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.68
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84222700.740.680.67355.1658.4920.78
Hex54161B04A44431633a15
Octal124263301121041035437225
Binary10101001011011011010010101000100100001110110001111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54161B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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