Html Css Color HEX #542124 Burnt Crimson

📋 copy color: '#542124'

red 84 ◦ green 33 ◦ blue 36

#542124
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Burnt Crimson #542124

Tints of Burnt Crimson #542124

RGB

 RED value IS 84 (33.2% from 255) = 54.9%

 GREEN value IS 33 (13.28% from 255) = 21.57%

 BLUE value IS 36 (14.45% from 255) = 23.53%

R = 54.9%
G = 21.57%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.57

 K value IS 0.67

RGB Variations

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

Color information

#542124 (or 0x542124) is known color: Burnt Crimson. HEX triplet: 54, 21 and 24. RGB value is (84,33,36). Sum of RGB (Red+Green+Blue) = 84+33+36=153 (20% of max value = 765). Red value is 84 (33.20% from 255 or 54.90% from 153); Green value is 33 (13.28% from 255 or 21.57% from 153); Blue value is 36 (14.45% from 255 or 23.53% from 153); Max value from RGB is 84 - color contains mainly: red. Hex color #542124 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542124 is #ABDEDB. Grayscale: #303030. Windows color (decimal): -11263708 or 2367828. OLE color: 2367828.

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

Color convert

RGB 84 33 36 -
CMYK 0 0.61 0.57 0.67
HSL 356.47º 0.44% 0.23% -
HSV(B) 356.47º 0.61% 0.33% -
XYZ 4.52 3.1 2.03 -
YUV 48.59 120.9 153.26 -
System Red Green Blue C M Y K H S L
Decimal 84 33 36 0 0.61 0.57 0.67 356.47 0.44 0.23
Hex 54 21 24 0 3D 39 43 164 2C 17
Octal 124 41 44 0 75 71 103 544 54 27
Binary 1010100 100001 100100 0 111101 111001 1000011 101100100 101100 10111

Color Harmonies of #542124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #542124

Black with #542124

Text Example


Text Example

White with #542124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #542124; }

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

 H1.HeaderClassName
 {
   color: #542124;
 }
 .AnyTagClassName
 {
   color: #542124;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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