Html Css Color HEX #542023 Burnt Crimson

📋 copy color: '#542023'

red 84 ◦ green 32 ◦ blue 35

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

Shades of Burnt Crimson #542023

Tints of Burnt Crimson #542023

RGB

 RED value IS 84 (33.2% 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 value IS 0

 M value IS 0.62

 Y value IS 0.58

 K value IS 0.67

RGB Variations

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

Color information

#542023 (or 0x542023) is known color: 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

RGB 84 32 35 -
CMYK 0 0.62 0.58 0.67
HSL 356.54º 0.45% 0.23% -
HSV(B) 356.54º 0.62% 0.33% -
XYZ 4.48 3.04 1.94 -
YUV 47.89 120.73 153.76 -
System Red Green Blue C M Y K H S L
Decimal 84 32 35 0 0.62 0.58 0.67 356.54 0.45 0.23
Hex 54 20 23 0 3E 3A 43 165 2D 17
Octal 124 40 43 0 76 72 103 545 55 27
Binary 1010100 100000 100011 0 111110 111010 1000011 101100101 101101 10111

Color Harmonies of #542023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #542023

Black with #542023

Text Example


Text Example

White with #542023

Text Example


Text Example

HTML Codes & Css Web 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>