Html Css Color HEX #541C17 Red Oxide

📋 copy color: '#541C17'

red 84 ◦ green 28 ◦ blue 23

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

Shades of Red Oxide #541C17

Tints of Red Oxide #541C17

RGB

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

 GREEN value IS 28 (11.33% from 255) = 20.74%

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

R = 62.22%
G = 20.74%
B = 17.04%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.73

 K value IS 0.67

RGB Variations

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

Color information

#541C17 (or 0x541C17) is known color: Red Oxide. HEX triplet: 54, 1C and 17. RGB value is (84,28,23). Sum of RGB (Red+Green+Blue) = 84+28+23=135 (17% of max value = 765). Red value is 84 (33.20% from 255 or 62.22% from 135); Green value is 28 (11.33% from 255 or 20.74% from 135); Blue value is 23 (9.38% from 255 or 17.04% from 135); Max value from RGB is 84 - color contains mainly: red. Hex color #541C17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #541C17 is #ABE3E8. Grayscale: #2C2C2C. Windows color (decimal): -11265001 or 1514580. OLE color: 1514580.

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

Color convert

RGB 84 28 23 -
CMYK 0 0.67 0.73 0.67
HSL 4.92º 0.57% 0.21% -
HSV(B) 4.92º 0.73% 0.33% -
XYZ 4.23 2.78 1.12 -
YUV 44.17 116.05 156.41 -
System Red Green Blue C M Y K H S L
Decimal 84 28 23 0 0.67 0.73 0.67 4.92 0.57 0.21
Hex 54 1C 17 0 43 49 43 5 39 15
Octal 124 34 27 0 103 111 103 5 71 25
Binary 1010100 11100 10111 0 1000011 1001001 1000011 101 111001 10101

Color Harmonies of #541C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541C17

Black with #541C17

Text Example


Text Example

White with #541C17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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