Html Css Color HEX #541411 Red Oxide

📋 copy color: '#541411'

red 84 ◦ green 20 ◦ blue 17

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

Shades of Red Oxide #541411

Tints of Red Oxide #541411

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 14.05%

R = 69.42%
G = 16.53%
B = 14.05%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.80

 K value IS 0.67

RGB Variations

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

Color information

#541411 (or 0x541411) is known color: Red Oxide. HEX triplet: 54, 14 and 11. RGB value is (84,20,17). Sum of RGB (Red+Green+Blue) = 84+20+17=121 (16% of max value = 765). Red value is 84 (33.20% from 255 or 69.42% from 121); Green value is 20 (8.20% from 255 or 16.53% from 121); Blue value is 17 (7.03% from 255 or 14.05% from 121); Max value from RGB is 84 - color contains mainly: red. Hex color #541411 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #541411 is #ABEBEE. Grayscale: #262626. Windows color (decimal): -11267055 or 1119316. OLE color: 1119316.

HSL color Cylindrical-coordinate representation of color #541411: hue angle of 2.69º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #541411 is Cyan = 0, Magento = 0.76, Yellow = 0.80 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 20 17 -
CMYK 0 0.76 0.80 0.67
HSL 2.69º 0.66% 0.2% -
HSV(B) 2.69º 0.8% 0.33% -
XYZ 4.01 2.43 0.79 -
YUV 38.79 115.7 160.24 -
System Red Green Blue C M Y K H S L
Decimal 84 20 17 0 0.76 0.80 0.67 2.69 0.66 0.2
Hex 54 14 11 0 4C 50 43 3 42 14
Octal 124 24 21 0 114 120 103 3 102 24
Binary 1010100 10100 10001 0 1001100 1010000 1000011 11 1000010 10100

Color Harmonies of #541411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541411

Black with #541411

Text Example


Text Example

White with #541411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541411; }

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

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

background-color css

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

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

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

border-color css

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

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

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