#54161A

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

Shades of Burnt Crimson #54161A

Tints of Burnt Crimson #54161A

Color information

#54161A (or 0x54161A) is unknown color: approx Burnt Crimson. HEX triplet: 54, 16 and 1A. RGB value is (84,22,26). Sum of RGB (Red+Green+Blue) = 84+22+26=132 (17% of max value = 765). Red value is 84 (33.20% from 255 or 63.64% from 132); Green value is 22 (8.98% from 255 or 16.67% from 132); Blue value is 26 (10.55% from 255 or 19.70% from 132); Max value from RGB is 84 - color contains mainly: red. Hex color #54161A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54161A is #ABE9E5. Grayscale: #292929. Windows color (decimal): -11266534 or 1709652. OLE color: 1709652.

HSL color Cylindrical-coordinate representation of color #54161A: hue angle of 356.13º 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 #54161A is Cyan = 0, Magento = 0.74, Yellow = 0.69 and Black (K on CMYK) = 0.67.

Color convert

RGB842226-
CMYK00.740.690.67
HSL356.13º58.49%20.78%-
HSV(B)356.13º73.81%32.94%-
XYZ4.132.531.25-
YUV40.99119.54158.67-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 63.64%
GREEN value IS 22 (8.98% from 255) = 16.67%
BLUE value IS 26 (10.55% from 255) = 19.70%
R=63.64%
G=16.67%
B=19.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.69
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84222600.740.690.67356.1358.4920.78
Hex54161A04A45431643a15
Octal124263201121051035447225
Binary10101001011011010010010101000101100001110110010011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54161A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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