#542023

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

Shades of Burnt Crimson #542023

Tints of Burnt Crimson #542023

Color information

#542023 (or 0x542023) is unknown color: approx Burnt Crimson. HEX triplet: 54, 20 and 23. RGB value is (84,32,35). Sum of RGB (Red+Green+Blue) = 84+32+35=151 (20% of max value = 765). Red value is 84 (33.20% from 255 or 55.63% from 151); Green value is 32 (12.89% from 255 or 21.19% from 151); Blue value is 35 (14.06% from 255 or 23.18% from 151); Max value from RGB is 84 - color contains mainly: red. Hex color #542023 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542023 is #ABDFDC. Grayscale: #2F2F2F. Windows color (decimal): -11263965 or 2302036. OLE color: 2302036.

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

Color convert

RGB843235-
CMYK00.620.580.67
HSL356.54º44.83%22.75%-
HSV(B)356.54º61.9%32.94%-
XYZ4.483.041.94-
YUV47.89120.73153.76-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 55.63%
GREEN value IS 32 (12.89% from 255) = 21.19%
BLUE value IS 35 (14.06% from 255) = 23.18%
R=55.63%
G=21.19%
B=23.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.58
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84323500.620.580.67356.5444.8322.75
Hex54202303E3A431652d17
Octal1244043076721035455527
Binary10101001000001000110111110111010100001110110010110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542023; }

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

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

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

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

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

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

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

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