Html Css Color HEX #541412 Red Oxide

📋 copy color: '#541412'

red 84 ◦ green 20 ◦ blue 18

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

Shades of Red Oxide #541412

Tints of Red Oxide #541412

RGB

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

 GREEN value IS 20 (8.2% from 255) = 16.39%

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

R = 68.85%
G = 16.39%
B = 14.75%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.79

 K value IS 0.67

RGB Variations

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

Color information

#541412 (or 0x541412) is known color: Red Oxide. HEX triplet: 54, 14 and 12. RGB value is (84,20,18). Sum of RGB (Red+Green+Blue) = 84+20+18=122 (16% of max value = 765). Red value is 84 (33.20% from 255 or 68.85% from 122); Green value is 20 (8.20% from 255 or 16.39% from 122); Blue value is 18 (7.42% from 255 or 14.75% from 122); Max value from RGB is 84 - color contains mainly: red. Hex color #541412 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #541412 is #ABEBED. Grayscale: #262626. Windows color (decimal): -11267054 or 1184852. OLE color: 1184852.

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

Color convert

RGB 84 20 18 -
CMYK 0 0.76 0.79 0.67
HSL 1.82º 0.65% 0.2% -
HSV(B) 1.82º 0.79% 0.33% -
XYZ 4.02 2.43 0.83 -
YUV 38.91 116.2 160.16 -
System Red Green Blue C M Y K H S L
Decimal 84 20 18 0 0.76 0.79 0.67 1.82 0.65 0.2
Hex 54 14 12 0 4C 4F 43 2 41 14
Octal 124 24 22 0 114 117 103 2 101 24
Binary 1010100 10100 10010 0 1001100 1001111 1000011 10 1000001 10100

Color Harmonies of #541412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541412

Black with #541412

Text Example


Text Example

White with #541412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541412; }

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

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

background-color css

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

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

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

border-color css

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

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

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