Html Css Color HEX #541C16 Red Oxide

📋 copy color: '#541C16'

red 84 ◦ green 28 ◦ blue 22

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

Shades of Red Oxide #541C16

Tints of Red Oxide #541C16

RGB

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

 GREEN value IS 28 (11.33% from 255) = 20.9%

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

R = 62.69%
G = 20.9%
B = 16.42%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.74

 K value IS 0.67

RGB Variations

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

Color information

#541C16 (or 0x541C16) is known color: Red Oxide. HEX triplet: 54, 1C and 16. RGB value is (84,28,22). Sum of RGB (Red+Green+Blue) = 84+28+22=134 (17% of max value = 765). Red value is 84 (33.20% from 255 or 62.69% from 134); Green value is 28 (11.33% from 255 or 20.90% from 134); Blue value is 22 (8.98% from 255 or 16.42% from 134); Max value from RGB is 84 - color contains mainly: red. Hex color #541C16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #541C16 is #ABE3E9. Grayscale: #2C2C2C. Windows color (decimal): -11265002 or 1449044. OLE color: 1449044.

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

Color convert

RGB 84 28 22 -
CMYK 0 0.67 0.74 0.67
HSL 5.81º 0.58% 0.21% -
HSV(B) 5.81º 0.74% 0.33% -
XYZ 4.22 2.77 1.07 -
YUV 44.06 115.55 156.49 -
System Red Green Blue C M Y K H S L
Decimal 84 28 22 0 0.67 0.74 0.67 5.81 0.58 0.21
Hex 54 1C 16 0 43 4A 43 6 3A 15
Octal 124 34 26 0 103 112 103 6 72 25
Binary 1010100 11100 10110 0 1000011 1001010 1000011 110 111010 10101

Color Harmonies of #541C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541C16

Black with #541C16

Text Example


Text Example

White with #541C16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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