Html Css Color HEX #541511 Red Oxide

📋 copy color: '#541511'

red 84 ◦ green 21 ◦ blue 17

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

Shades of Red Oxide #541511

Tints of Red Oxide #541511

RGB

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

 GREEN value IS 21 (8.59% from 255) = 17.21%

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

R = 68.85%
G = 17.21%
B = 13.93%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.80

 K value IS 0.67

RGB Variations

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

Color information

#541511 (or 0x541511) is known color: Red Oxide. HEX triplet: 54, 15 and 11. RGB value is (84,21,17). Sum of RGB (Red+Green+Blue) = 84+21+17=122 (16% of max value = 765). Red value is 84 (33.20% from 255 or 68.85% from 122); Green value is 21 (8.59% from 255 or 17.21% from 122); Blue value is 17 (7.03% from 255 or 13.93% from 122); Max value from RGB is 84 - color contains mainly: red. Hex color #541511 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #541511 is #ABEAEE. Grayscale: #272727. Windows color (decimal): -11266799 or 1119572. OLE color: 1119572.

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

Color convert

RGB 84 21 17 -
CMYK 0 0.75 0.80 0.67
HSL 3.58º 0.66% 0.2% -
HSV(B) 3.58º 0.8% 0.33% -
XYZ 4.03 2.46 0.79 -
YUV 39.38 115.37 159.83 -
System Red Green Blue C M Y K H S L
Decimal 84 21 17 0 0.75 0.80 0.67 3.58 0.66 0.2
Hex 54 15 11 0 4B 50 43 4 42 14
Octal 124 25 21 0 113 120 103 4 102 24
Binary 1010100 10101 10001 0 1001011 1010000 1000011 100 1000010 10100

Color Harmonies of #541511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541511

Black with #541511

Text Example


Text Example

White with #541511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541511; }

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

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

background-color css

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

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

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

border-color css

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

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

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