Html Css Color HEX #541914 Red Oxide

📋 copy color: '#541914'

red 84 ◦ green 25 ◦ blue 20

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

Shades of Red Oxide #541914

Tints of Red Oxide #541914

RGB

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

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

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

R = 65.12%
G = 19.38%
B = 15.5%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.76

 K value IS 0.67

RGB Variations

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

Color information

#541914 (or 0x541914) is known color: Red Oxide. HEX triplet: 54, 19 and 14. RGB value is (84,25,20). Sum of RGB (Red+Green+Blue) = 84+25+20=129 (17% of max value = 765). Red value is 84 (33.20% from 255 or 65.12% from 129); Green value is 25 (10.16% from 255 or 19.38% from 129); Blue value is 20 (8.20% from 255 or 15.50% from 129); Max value from RGB is 84 - color contains mainly: red. Hex color #541914 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #541914 is #ABE6EB. Grayscale: #2A2A2A. Windows color (decimal): -11265772 or 1317204. OLE color: 1317204.

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

Color convert

RGB 84 25 20 -
CMYK 0 0.70 0.76 0.67
HSL 4.69º 0.62% 0.2% -
HSV(B) 4.69º 0.76% 0.33% -
XYZ 4.13 2.63 0.95 -
YUV 42.07 115.55 157.91 -
System Red Green Blue C M Y K H S L
Decimal 84 25 20 0 0.70 0.76 0.67 4.69 0.62 0.2
Hex 54 19 14 0 46 4C 43 5 3E 14
Octal 124 31 24 0 106 114 103 5 76 24
Binary 1010100 11001 10100 0 1000110 1001100 1000011 101 111110 10100

Color Harmonies of #541914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541914

Black with #541914

Text Example


Text Example

White with #541914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541914; }

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

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

background-color css

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

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

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

border-color css

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

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

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