Html Css Color HEX #541C14 Red Oxide

📋 copy color: '#541C14'

red 84 ◦ green 28 ◦ blue 20

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

Shades of Red Oxide #541C14

Tints of Red Oxide #541C14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 15.15%

R = 63.64%
G = 21.21%
B = 15.15%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.76

 K value IS 0.67

RGB Variations

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

Color information

#541C14 (or 0x541C14) is known color: Red Oxide. HEX triplet: 54, 1C and 14. RGB value is (84,28,20). Sum of RGB (Red+Green+Blue) = 84+28+20=132 (17% of max value = 765). Red value is 84 (33.20% from 255 or 63.64% from 132); Green value is 28 (11.33% from 255 or 21.21% from 132); Blue value is 20 (8.20% from 255 or 15.15% from 132); Max value from RGB is 84 - color contains mainly: red. Hex color #541C14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #541C14 is #ABE3EB. Grayscale: #2B2B2B. Windows color (decimal): -11265004 or 1317972. OLE color: 1317972.

HSL color Cylindrical-coordinate representation of color #541C14: hue angle of 7.5º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #541C14 is Cyan = 0, Magento = 0.67, Yellow = 0.76 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 28 20 -
CMYK 0 0.67 0.76 0.67
HSL 7.5º 0.62% 0.2% -
HSV(B) 7.5º 0.76% 0.33% -
XYZ 4.2 2.77 0.97 -
YUV 43.83 114.55 156.65 -
System Red Green Blue C M Y K H S L
Decimal 84 28 20 0 0.67 0.76 0.67 7.5 0.62 0.2
Hex 54 1C 14 0 43 4C 43 8 3E 14
Octal 124 34 24 0 103 114 103 10 76 24
Binary 1010100 11100 10100 0 1000011 1001100 1000011 1000 111110 10100

Color Harmonies of #541C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541C14

Black with #541C14

Text Example


Text Example

White with #541C14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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