#542126

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

Shades of Burnt Crimson #542126

Tints of Burnt Crimson #542126

Color information

#542126 (or 0x542126) is unknown color: approx Burnt Crimson. HEX triplet: 54, 21 and 26. RGB value is (84,33,38). Sum of RGB (Red+Green+Blue) = 84+33+38=155 (20% of max value = 765). Red value is 84 (33.20% from 255 or 54.19% from 155); Green value is 33 (13.28% from 255 or 21.29% from 155); Blue value is 38 (15.23% from 255 or 24.52% from 155); Max value from RGB is 84 - color contains mainly: red. Hex color #542126 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542126 is #ABDED9. Grayscale: #303030. Windows color (decimal): -11263706 or 2498900. OLE color: 2498900.

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

Color convert

RGB843338-
CMYK00.610.550.67
HSL354.12º43.59%22.94%-
HSV(B)354.12º60.71%32.94%-
XYZ4.553.112.19-
YUV48.82121.9153.09-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 54.19%
GREEN value IS 33 (13.28% from 255) = 21.29%
BLUE value IS 38 (15.23% from 255) = 24.52%
R=54.19%
G=21.29%
B=24.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.55
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84333800.610.550.67354.1243.5922.94
Hex54212603D37431622c17
Octal1244146075671035425427
Binary10101001000011001100111101110111100001110110001010110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542126; }

 p { color: rgb(84,33,38); }

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

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

 a { background-color: rgb(84,33,38); }

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

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

 span { border-color: rgb(84,33,38); }

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