Html Css Color HEX #541409 Red Oxide

📋 copy color: '#541409'

red 84 ◦ green 20 ◦ blue 9

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

Shades of Red Oxide #541409

Tints of Red Oxide #541409

RGB

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

 GREEN value IS 20 (8.2% from 255) = 17.7%

 BLUE value IS 9 (3.91% from 255) = 7.96%

R = 74.34%
G = 17.7%
B = 7.96%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.89

 K value IS 0.67

RGB Variations

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

Color information

#541409 (or 0x541409) is known color: Red Oxide. HEX triplet: 54, 14 and 09. RGB value is (84,20,9). Sum of RGB (Red+Green+Blue) = 84+20+9=113 (14% of max value = 765). Red value is 84 (33.20% from 255 or 74.34% from 113); Green value is 20 (8.20% from 255 or 17.70% from 113); Blue value is 9 (3.91% from 255 or 7.96% from 113); Max value from RGB is 84 - color contains mainly: red. Hex color #541409 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #541409 is #ABEBF6. Grayscale: #252525. Windows color (decimal): -11267063 or 595028. OLE color: 595028.

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

Color convert

RGB 84 20 9 -
CMYK 0 0.76 0.89 0.67
HSL 8.8º 0.81% 0.18% -
HSV(B) 8.8º 0.89% 0.33% -
XYZ 3.96 2.4 0.51 -
YUV 37.88 111.7 160.89 -
System Red Green Blue C M Y K H S L
Decimal 84 20 9 0 0.76 0.89 0.67 8.8 0.81 0.18
Hex 54 14 9 0 4C 59 43 9 51 12
Octal 124 24 11 0 114 131 103 11 121 22
Binary 1010100 10100 1001 0 1001100 1011001 1000011 1001 1010001 10010

Color Harmonies of #541409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541409

Black with #541409

Text Example


Text Example

White with #541409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541409; }

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

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

background-color css

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

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

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

border-color css

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

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

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