#54191E

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

Shades of Burnt Crimson #54191E

Tints of Burnt Crimson #54191E

Color information

#54191E (or 0x54191E) is unknown color: approx Burnt Crimson. HEX triplet: 54, 19 and 1E. RGB value is (84,25,30). Sum of RGB (Red+Green+Blue) = 84+25+30=139 (18% of max value = 765). Red value is 84 (33.20% from 255 or 60.43% from 139); Green value is 25 (10.16% from 255 or 17.99% from 139); Blue value is 30 (12.11% from 255 or 21.58% from 139); Max value from RGB is 84 - color contains mainly: red. Hex color #54191E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54191E is #ABE6E1. Grayscale: #2B2B2B. Windows color (decimal): -11265762 or 1972564. OLE color: 1972564.

HSL color Cylindrical-coordinate representation of color #54191E: hue angle of 354.92º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #54191E is Cyan = 0, Magento = 0.70, Yellow = 0.64 and Black (K on CMYK) = 0.67.

Color convert

RGB842530-
CMYK00.700.640.67
HSL354.92º54.13%21.37%-
HSV(B)354.92º70.24%32.94%-
XYZ4.242.671.52-
YUV43.21120.55157.09-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 60.43%
GREEN value IS 25 (10.16% from 255) = 17.99%
BLUE value IS 30 (12.11% from 255) = 21.58%
R=60.43%
G=17.99%
B=21.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.64
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84253000.700.640.67354.9254.1321.37
Hex54191E04640431633615
Octal124313601061001035436625
Binary10101001100111110010001101000000100001110110001111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54191E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54191E; }

 p { color: rgb(84,25,30); }

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

<style>
 a { background-color: #54191E; }

 a { background-color: rgb(84,25,30); }

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

<style>
 span { border-color: #54191E; }

 span { border-color: rgb(84,25,30); }

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