Html Css Color HEX #541211 Red Oxide

📋 copy color: '#541211'

red 84 ◦ green 18 ◦ blue 17

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

Shades of Red Oxide #541211

Tints of Red Oxide #541211

RGB

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

 GREEN value IS 18 (7.42% from 255) = 15.13%

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

R = 70.59%
G = 15.13%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.80

 K value IS 0.67

RGB Variations

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

Color information

#541211 (or 0x541211) is known color: Red Oxide. HEX triplet: 54, 12 and 11. RGB value is (84,18,17). Sum of RGB (Red+Green+Blue) = 84+18+17=119 (15% of max value = 765). Red value is 84 (33.20% from 255 or 70.59% from 119); Green value is 18 (7.42% from 255 or 15.13% from 119); Blue value is 17 (7.03% from 255 or 14.29% from 119); Max value from RGB is 84 - color contains mainly: red. Hex color #541211 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #541211 is #ABEDEE. Grayscale: #252525. Windows color (decimal): -11267567 or 1118804. OLE color: 1118804.

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

Color convert

RGB 84 18 17 -
CMYK 0 0.79 0.80 0.67
HSL 0.9º 0.66% 0.2% -
HSV(B) 0.9º 0.8% 0.33% -
XYZ 3.97 2.36 0.78 -
YUV 37.62 116.37 161.08 -
System Red Green Blue C M Y K H S L
Decimal 84 18 17 0 0.79 0.80 0.67 0.9 0.66 0.2
Hex 54 12 11 0 4F 50 43 1 42 14
Octal 124 22 21 0 117 120 103 1 102 24
Binary 1010100 10010 10001 0 1001111 1010000 1000011 1 1000010 10100

Color Harmonies of #541211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541211

Black with #541211

Text Example


Text Example

White with #541211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541211; }

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

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

background-color css

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

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

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

border-color css

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

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

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