Html Css Color HEX #541A16 Red Oxide

📋 copy color: '#541A16'

red 84 ◦ green 26 ◦ blue 22

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

Shades of Red Oxide #541A16

Tints of Red Oxide #541A16

RGB

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

 GREEN value IS 26 (10.55% from 255) = 19.7%

 BLUE value IS 22 (8.98% from 255) = 16.67%

R = 63.64%
G = 19.7%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.74

 K value IS 0.67

RGB Variations

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

Color information

#541A16 (or 0x541A16) is known color: Red Oxide. HEX triplet: 54, 1A and 16. RGB value is (84,26,22). Sum of RGB (Red+Green+Blue) = 84+26+22=132 (17% of max value = 765). Red value is 84 (33.20% from 255 or 63.64% from 132); Green value is 26 (10.55% from 255 or 19.70% from 132); Blue value is 22 (8.98% from 255 or 16.67% from 132); Max value from RGB is 84 - color contains mainly: red. Hex color #541A16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #541A16 is #ABE5E9. Grayscale: #2A2A2A. Windows color (decimal): -11265514 or 1448532. OLE color: 1448532.

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

Color convert

RGB 84 26 22 -
CMYK 0 0.69 0.74 0.67
HSL 3.87º 0.58% 0.21% -
HSV(B) 3.87º 0.74% 0.33% -
XYZ 4.17 2.68 1.06 -
YUV 42.89 116.22 157.33 -
System Red Green Blue C M Y K H S L
Decimal 84 26 22 0 0.69 0.74 0.67 3.87 0.58 0.21
Hex 54 1A 16 0 45 4A 43 4 3A 15
Octal 124 32 26 0 105 112 103 4 72 25
Binary 1010100 11010 10110 0 1000101 1001010 1000011 100 111010 10101

Color Harmonies of #541A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541A16

Black with #541A16

Text Example


Text Example

White with #541A16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,26,22); }

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

background-color css

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

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

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

border-color css

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

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

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