Html Css Color HEX #541B16 Red Oxide

📋 copy color: '#541B16'

red 84 ◦ green 27 ◦ blue 22

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

Shades of Red Oxide #541B16

Tints of Red Oxide #541B16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 16.54%

R = 63.16%
G = 20.3%
B = 16.54%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.74

 K value IS 0.67

RGB Variations

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

Color information

#541B16 (or 0x541B16) is known color: Red Oxide. HEX triplet: 54, 1B and 16. RGB value is (84,27,22). Sum of RGB (Red+Green+Blue) = 84+27+22=133 (17% of max value = 765). Red value is 84 (33.20% from 255 or 63.16% from 133); Green value is 27 (10.94% from 255 or 20.30% from 133); Blue value is 22 (8.98% from 255 or 16.54% from 133); Max value from RGB is 84 - color contains mainly: red. Hex color #541B16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #541B16 is #ABE4E9. Grayscale: #2B2B2B. Windows color (decimal): -11265258 or 1448788. OLE color: 1448788.

HSL color Cylindrical-coordinate representation of color #541B16: hue angle of 4.84º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #541B16 is Cyan = 0, Magento = 0.68, Yellow = 0.74 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 27 22 -
CMYK 0 0.68 0.74 0.67
HSL 4.84º 0.58% 0.21% -
HSV(B) 4.84º 0.74% 0.33% -
XYZ 4.19 2.73 1.06 -
YUV 43.47 115.88 156.91 -
System Red Green Blue C M Y K H S L
Decimal 84 27 22 0 0.68 0.74 0.67 4.84 0.58 0.21
Hex 54 1B 16 0 44 4A 43 5 3A 15
Octal 124 33 26 0 104 112 103 5 72 25
Binary 1010100 11011 10110 0 1000100 1001010 1000011 101 111010 10101

Color Harmonies of #541B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541B16

Black with #541B16

Text Example


Text Example

White with #541B16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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