#542021

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

Shades of Burnt Crimson #542021

Tints of Burnt Crimson #542021

Color information

#542021 (or 0x542021) is unknown color: approx Burnt Crimson. HEX triplet: 54, 20 and 21. RGB value is (84,32,33). Sum of RGB (Red+Green+Blue) = 84+32+33=149 (19% of max value = 765). Red value is 84 (33.20% from 255 or 56.38% from 149); Green value is 32 (12.89% from 255 or 21.48% from 149); Blue value is 33 (13.28% from 255 or 22.15% from 149); Max value from RGB is 84 - color contains mainly: red. Hex color #542021 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542021 is #ABDFDE. Grayscale: #2F2F2F. Windows color (decimal): -11263967 or 2170964. OLE color: 2170964.

HSL color Cylindrical-coordinate representation of color #542021: hue angle of 358.85º 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 #542021 is Cyan = 0, Magento = 0.62, Yellow = 0.61 and Black (K on CMYK) = 0.67.

Color convert

RGB843233-
CMYK00.620.610.67
HSL358.85º44.83%22.75%-
HSV(B)358.85º61.9%32.94%-
XYZ4.453.031.79-
YUV47.66119.73153.92-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 56.38%
GREEN value IS 32 (12.89% from 255) = 21.48%
BLUE value IS 33 (13.28% from 255) = 22.15%
R=56.38%
G=21.48%
B=22.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.61
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84323300.620.610.67358.8544.8322.75
Hex54202103E3D431672d17
Octal1244041076751035475527
Binary10101001000001000010111110111101100001110110011110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542021; }

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

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

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

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

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

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

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

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