Html Css Color HEX #541D18 Red Oxide

📋 copy color: '#541D18'

red 84 ◦ green 29 ◦ blue 24

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

Shades of Red Oxide #541D18

Tints of Red Oxide #541D18

RGB

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

 GREEN value IS 29 (11.72% from 255) = 21.17%

 BLUE value IS 24 (9.77% from 255) = 17.52%

R = 61.31%
G = 21.17%
B = 17.52%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.71

 K value IS 0.67

RGB Variations

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

Color information

#541D18 (or 0x541D18) is known color: Red Oxide. HEX triplet: 54, 1D and 18. RGB value is (84,29,24). Sum of RGB (Red+Green+Blue) = 84+29+24=137 (18% of max value = 765). Red value is 84 (33.20% from 255 or 61.31% from 137); Green value is 29 (11.72% from 255 or 21.17% from 137); Blue value is 24 (9.77% from 255 or 17.52% from 137); Max value from RGB is 84 - color contains mainly: red. Hex color #541D18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #541D18 is #ABE2E7. Grayscale: #2C2C2C. Windows color (decimal): -11264744 or 1580372. OLE color: 1580372.

HSL color Cylindrical-coordinate representation of color #541D18: hue angle of 5º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #541D18 is Cyan = 0, Magento = 0.65, Yellow = 0.71 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 29 24 -
CMYK 0 0.65 0.71 0.67
HSL 0.56% 0.21% -
HSV(B) 0.71% 0.33% -
XYZ 4.26 2.83 1.19 -
YUV 44.88 116.22 155.91 -
System Red Green Blue C M Y K H S L
Decimal 84 29 24 0 0.65 0.71 0.67 5 0.56 0.21
Hex 54 1D 18 0 41 47 43 5 38 15
Octal 124 35 30 0 101 107 103 5 70 25
Binary 1010100 11101 11000 0 1000001 1000111 1000011 101 111000 10101

Color Harmonies of #541D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541D18

Black with #541D18

Text Example


Text Example

White with #541D18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541D18; }

 p { color: rgb(84,29,24); }

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

background-color css

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

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

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

border-color css

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

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

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