Html Css Color HEX #541A12 Red Oxide

📋 copy color: '#541A12'

red 84 ◦ green 26 ◦ blue 18

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

Shades of Red Oxide #541A12

Tints of Red Oxide #541A12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 14.06%

R = 65.63%
G = 20.31%
B = 14.06%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.79

 K value IS 0.67

RGB Variations

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

Color information

#541A12 (or 0x541A12) is known color: Red Oxide. HEX triplet: 54, 1A and 12. RGB value is (84,26,18). Sum of RGB (Red+Green+Blue) = 84+26+18=128 (16% of max value = 765). Red value is 84 (33.20% from 255 or 65.62% from 128); Green value is 26 (10.55% from 255 or 20.31% from 128); Blue value is 18 (7.42% from 255 or 14.06% from 128); Max value from RGB is 84 - color contains mainly: red. Hex color #541A12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #541A12 is #ABE5ED. Grayscale: #2A2A2A. Windows color (decimal): -11265518 or 1186388. OLE color: 1186388.

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

Color convert

RGB 84 26 18 -
CMYK 0 0.69 0.79 0.67
HSL 7.27º 0.65% 0.2% -
HSV(B) 7.27º 0.79% 0.33% -
XYZ 4.13 2.67 0.87 -
YUV 42.43 114.22 157.65 -
System Red Green Blue C M Y K H S L
Decimal 84 26 18 0 0.69 0.79 0.67 7.27 0.65 0.2
Hex 54 1A 12 0 45 4F 43 7 41 14
Octal 124 32 22 0 105 117 103 7 101 24
Binary 1010100 11010 10010 0 1000101 1001111 1000011 111 1000001 10100

Color Harmonies of #541A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541A12

Black with #541A12

Text Example


Text Example

White with #541A12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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