#542122

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

Shades of Burnt Crimson #542122

Tints of Burnt Crimson #542122

Color information

#542122 (or 0x542122) is unknown color: approx Burnt Crimson. HEX triplet: 54, 21 and 22. RGB value is (84,33,34). Sum of RGB (Red+Green+Blue) = 84+33+34=151 (20% of max value = 765). Red value is 84 (33.20% from 255 or 55.63% from 151); Green value is 33 (13.28% from 255 or 21.85% from 151); Blue value is 34 (13.67% from 255 or 22.52% from 151); Max value from RGB is 84 - color contains mainly: red. Hex color #542122 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542122 is #ABDEDD. Grayscale: #303030. Windows color (decimal): -11263710 or 2236756. OLE color: 2236756.

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

Color convert

RGB843334-
CMYK00.610.600.67
HSL358.82º43.59%22.94%-
HSV(B)358.82º60.71%32.94%-
XYZ4.493.091.87-
YUV48.36119.9153.42-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 55.63%
GREEN value IS 33 (13.28% from 255) = 21.85%
BLUE value IS 34 (13.67% from 255) = 22.52%
R=55.63%
G=21.85%
B=22.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.60
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84333400.610.600.67358.8243.5922.94
Hex54212203D3C431672c17
Octal1244142075741035475427
Binary10101001000011000100111101111100100001110110011110110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542122; }

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

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

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

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

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

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

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

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