#542022

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

Shades of Burnt Crimson #542022

Tints of Burnt Crimson #542022

Color information

#542022 (or 0x542022) is unknown color: approx Burnt Crimson. HEX triplet: 54, 20 and 22. RGB value is (84,32,34). Sum of RGB (Red+Green+Blue) = 84+32+34=150 (19% of max value = 765). Red value is 84 (33.20% from 255 or 56% from 150); Green value is 32 (12.89% from 255 or 21.33% from 150); Blue value is 34 (13.67% from 255 or 22.67% from 150); Max value from RGB is 84 - color contains mainly: red. Hex color #542022 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542022 is #ABDFDD. Grayscale: #2F2F2F. Windows color (decimal): -11263966 or 2236500. OLE color: 2236500.

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

Color convert

RGB843234-
CMYK00.620.600.67
HSL357.69º44.83%22.75%-
HSV(B)357.69º61.9%32.94%-
XYZ4.463.031.86-
YUV47.78120.23153.84-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 56%
GREEN value IS 32 (12.89% from 255) = 21.33%
BLUE value IS 34 (13.67% from 255) = 22.67%
R=56%
G=21.33%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.60
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84323400.620.600.67357.6944.8322.75
Hex54202203E3C431662d17
Octal1244042076741035465527
Binary10101001000001000100111110111100100001110110011010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542022; }

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

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

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

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

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

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

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

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