Html Css Color HEX #541D17 Red Oxide

📋 copy color: '#541D17'

red 84 ◦ green 29 ◦ blue 23

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

Shades of Red Oxide #541D17

Tints of Red Oxide #541D17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 16.91%

R = 61.76%
G = 21.32%
B = 16.91%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.73

 K value IS 0.67

RGB Variations

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

Color information

#541D17 (or 0x541D17) is known color: Red Oxide. HEX triplet: 54, 1D and 17. RGB value is (84,29,23). Sum of RGB (Red+Green+Blue) = 84+29+23=136 (18% of max value = 765). Red value is 84 (33.20% from 255 or 61.76% from 136); Green value is 29 (11.72% from 255 or 21.32% from 136); Blue value is 23 (9.38% from 255 or 16.91% from 136); Max value from RGB is 84 - color contains mainly: red. Hex color #541D17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #541D17 is #ABE2E8. Grayscale: #2C2C2C. Windows color (decimal): -11264745 or 1514836. OLE color: 1514836.

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

Color convert

RGB 84 29 23 -
CMYK 0 0.65 0.73 0.67
HSL 5.9º 0.57% 0.21% -
HSV(B) 5.9º 0.73% 0.33% -
XYZ 4.25 2.83 1.13 -
YUV 44.76 115.72 155.99 -
System Red Green Blue C M Y K H S L
Decimal 84 29 23 0 0.65 0.73 0.67 5.9 0.57 0.21
Hex 54 1D 17 0 41 49 43 6 39 15
Octal 124 35 27 0 101 111 103 6 71 25
Binary 1010100 11101 10111 0 1000001 1001001 1000011 110 111001 10101

Color Harmonies of #541D17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541D17

Black with #541D17

Text Example


Text Example

White with #541D17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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