Html Css Color HEX #541B11 Red Oxide

📋 copy color: '#541B11'

red 84 ◦ green 27 ◦ blue 17

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

Shades of Red Oxide #541B11

Tints of Red Oxide #541B11

RGB

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

 GREEN value IS 27 (10.94% from 255) = 21.09%

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

R = 65.63%
G = 21.09%
B = 13.28%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.80

 K value IS 0.67

RGB Variations

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

Color information

#541B11 (or 0x541B11) is known color: Red Oxide. HEX triplet: 54, 1B and 11. RGB value is (84,27,17). Sum of RGB (Red+Green+Blue) = 84+27+17=128 (16% of max value = 765). Red value is 84 (33.20% from 255 or 65.62% from 128); Green value is 27 (10.94% from 255 or 21.09% from 128); Blue value is 17 (7.03% from 255 or 13.28% from 128); Max value from RGB is 84 - color contains mainly: red. Hex color #541B11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #541B11 is #ABE4EE. Grayscale: #2A2A2A. Windows color (decimal): -11265263 or 1121108. OLE color: 1121108.

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

Color convert

RGB 84 27 17 -
CMYK 0 0.68 0.80 0.67
HSL 8.96º 0.66% 0.2% -
HSV(B) 8.96º 0.8% 0.33% -
XYZ 4.15 2.71 0.83 -
YUV 42.9 113.38 157.31 -
System Red Green Blue C M Y K H S L
Decimal 84 27 17 0 0.68 0.80 0.67 8.96 0.66 0.2
Hex 54 1B 11 0 44 50 43 9 42 14
Octal 124 33 21 0 104 120 103 11 102 24
Binary 1010100 11011 10001 0 1000100 1010000 1000011 1001 1000010 10100

Color Harmonies of #541B11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541B11

Black with #541B11

Text Example


Text Example

White with #541B11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541B11; }

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

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

background-color css

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

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

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

border-color css

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

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

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