Html Css Color HEX #541913 Red Oxide

📋 copy color: '#541913'

red 84 ◦ green 25 ◦ blue 19

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

Shades of Red Oxide #541913

Tints of Red Oxide #541913

RGB

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

 GREEN value IS 25 (10.16% from 255) = 19.53%

 BLUE value IS 19 (7.81% from 255) = 14.84%

R = 65.63%
G = 19.53%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.77

 K value IS 0.67

RGB Variations

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

Color information

#541913 (or 0x541913) is known color: Red Oxide. HEX triplet: 54, 19 and 13. RGB value is (84,25,19). Sum of RGB (Red+Green+Blue) = 84+25+19=128 (16% of max value = 765). Red value is 84 (33.20% from 255 or 65.62% from 128); Green value is 25 (10.16% from 255 or 19.53% from 128); Blue value is 19 (7.81% from 255 or 14.84% from 128); Max value from RGB is 84 - color contains mainly: red. Hex color #541913 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #541913 is #ABE6EC. Grayscale: #2A2A2A. Windows color (decimal): -11265773 or 1251668. OLE color: 1251668.

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

Color convert

RGB 84 25 19 -
CMYK 0 0.70 0.77 0.67
HSL 5.54º 0.63% 0.2% -
HSV(B) 5.54º 0.77% 0.33% -
XYZ 4.12 2.63 0.91 -
YUV 41.96 115.05 157.99 -
System Red Green Blue C M Y K H S L
Decimal 84 25 19 0 0.70 0.77 0.67 5.54 0.63 0.2
Hex 54 19 13 0 46 4D 43 6 3F 14
Octal 124 31 23 0 106 115 103 6 77 24
Binary 1010100 11001 10011 0 1000110 1001101 1000011 110 111111 10100

Color Harmonies of #541913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541913

Black with #541913

Text Example


Text Example

White with #541913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541913; }

 p { color: rgb(84,25,19); }

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

background-color css

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

 a { background-color: rgb(84,25,19); }

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

border-color css

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

 span { border-color: rgb(84,25,19); }

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