#542123

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

Shades of Burnt Crimson #542123

Tints of Burnt Crimson #542123

Color information

#542123 (or 0x542123) is unknown color: approx Burnt Crimson. HEX triplet: 54, 21 and 23. RGB value is (84,33,35). Sum of RGB (Red+Green+Blue) = 84+33+35=152 (20% of max value = 765). Red value is 84 (33.20% from 255 or 55.26% from 152); Green value is 33 (13.28% from 255 or 21.71% from 152); Blue value is 35 (14.06% from 255 or 23.03% from 152); Max value from RGB is 84 - color contains mainly: red. Hex color #542123 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542123 is #ABDEDC. Grayscale: #303030. Windows color (decimal): -11263709 or 2302292. OLE color: 2302292.

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

Color convert

RGB843335-
CMYK00.610.580.67
HSL357.65º43.59%22.94%-
HSV(B)357.65º60.71%32.94%-
XYZ4.53.091.95-
YUV48.48120.4153.34-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 55.26%
GREEN value IS 33 (13.28% from 255) = 21.71%
BLUE value IS 35 (14.06% from 255) = 23.03%
R=55.26%
G=21.71%
B=23.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.58
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84333500.610.580.67357.6543.5922.94
Hex54212303D3A431662c17
Octal1244143075721035465427
Binary10101001000011000110111101111010100001110110011010110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542123; }

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

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

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

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

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

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

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

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