#542027

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

Shades of Burnt Crimson #542027

Tints of Burnt Crimson #542027

Color information

#542027 (or 0x542027) is unknown color: approx Burnt Crimson. HEX triplet: 54, 20 and 27. RGB value is (84,32,39). Sum of RGB (Red+Green+Blue) = 84+32+39=155 (20% of max value = 765). Red value is 84 (33.20% from 255 or 54.19% from 155); Green value is 32 (12.89% from 255 or 20.65% from 155); Blue value is 39 (15.62% from 255 or 25.16% from 155); Max value from RGB is 84 - color contains mainly: red. Hex color #542027 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542027 is #ABDFD8. Grayscale: #303030. Windows color (decimal): -11263961 or 2564180. OLE color: 2564180.

HSL color Cylindrical-coordinate representation of color #542027: hue angle of 351.92º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #542027 is Cyan = 0, Magento = 0.62, Yellow = 0.54 and Black (K on CMYK) = 0.67.

Color convert

RGB843239-
CMYK00.620.540.67
HSL351.92º44.83%22.75%-
HSV(B)351.92º61.9%32.94%-
XYZ4.543.062.27-
YUV48.35122.73153.43-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 54.19%
GREEN value IS 32 (12.89% from 255) = 20.65%
BLUE value IS 39 (15.62% from 255) = 25.16%
R=54.19%
G=20.65%
B=25.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.54
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84323900.620.540.67351.9244.8322.75
Hex54202703E36431602d17
Octal1244047076661035405527
Binary10101001000001001110111110110110100001110110000010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542027; }

 p { color: rgb(84,32,39); }

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

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

 a { background-color: rgb(84,32,39); }

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

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

 span { border-color: rgb(84,32,39); }

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