Html Css Color HEX #541311 Red Oxide

📋 copy color: '#541311'

red 84 ◦ green 19 ◦ blue 17

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

Shades of Red Oxide #541311

Tints of Red Oxide #541311

RGB

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

 GREEN value IS 19 (7.81% from 255) = 15.83%

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

R = 70%
G = 15.83%
B = 14.17%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.80

 K value IS 0.67

RGB Variations

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

Color information

#541311 (or 0x541311) is known color: Red Oxide. HEX triplet: 54, 13 and 11. RGB value is (84,19,17). Sum of RGB (Red+Green+Blue) = 84+19+17=120 (15% of max value = 765). Red value is 84 (33.20% from 255 or 70% from 120); Green value is 19 (7.81% from 255 or 15.83% from 120); Blue value is 17 (7.03% from 255 or 14.17% from 120); Max value from RGB is 84 - color contains mainly: red. Hex color #541311 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #541311 is #ABECEE. Grayscale: #262626. Windows color (decimal): -11267311 or 1119060. OLE color: 1119060.

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

Color convert

RGB 84 19 17 -
CMYK 0 0.77 0.80 0.67
HSL 1.79º 0.66% 0.2% -
HSV(B) 1.79º 0.8% 0.33% -
XYZ 3.99 2.39 0.78 -
YUV 38.21 116.03 160.66 -
System Red Green Blue C M Y K H S L
Decimal 84 19 17 0 0.77 0.80 0.67 1.79 0.66 0.2
Hex 54 13 11 0 4D 50 43 2 42 14
Octal 124 23 21 0 115 120 103 2 102 24
Binary 1010100 10011 10001 0 1001101 1010000 1000011 10 1000010 10100

Color Harmonies of #541311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541311

Black with #541311

Text Example


Text Example

White with #541311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541311; }

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

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

background-color css

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

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

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

border-color css

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

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

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