Html Css Color HEX #542424 Red Oxide

📋 copy color: '#542424'

red 84 ◦ green 36 ◦ blue 36

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

Shades of Red Oxide #542424

Tints of Red Oxide #542424

RGB

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

 GREEN value IS 36 (14.45% from 255) = 23.08%

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

R = 53.85%
G = 23.08%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.57

 K value IS 0.67

RGB Variations

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

Color information

#542424 (or 0x542424) is known color: Red Oxide. HEX triplet: 54, 24 and 24. RGB value is (84,36,36). Sum of RGB (Red+Green+Blue) = 84+36+36=156 (20% of max value = 765). Red value is 84 (33.20% from 255 or 53.85% from 156); Green value is 36 (14.45% from 255 or 23.08% from 156); Blue value is 36 (14.45% from 255 or 23.08% from 156); Max value from RGB is 84 - color contains mainly: red. Hex color #542424 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542424 is #ABDBDB. Grayscale: #323232. Windows color (decimal): -11262940 or 2368596. OLE color: 2368596.

HSL color Cylindrical-coordinate representation of color #542424: hue angle of 0º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #542424 is Cyan = 0, Magento = 0.57, Yellow = 0.57 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 36 36 -
CMYK 0 0.57 0.57 0.67
HSL 0.4% 0.24% -
HSV(B) 0.57% 0.33% -
XYZ 4.61 3.27 2.06 -
YUV 50.35 119.9 152 -
System Red Green Blue C M Y K H S L
Decimal 84 36 36 0 0.57 0.57 0.67 0 0.4 0.24
Hex 54 24 24 0 39 39 43 0 28 18
Octal 124 44 44 0 71 71 103 0 50 30
Binary 1010100 100100 100100 0 111001 111001 1000011 0 101000 11000

Color Harmonies of #542424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #542424

Black with #542424

Text Example


Text Example

White with #542424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #542424; }

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

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

background-color css

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

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

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

border-color css

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

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

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