Html Css Color HEX #541209 Red Oxide

📋 copy color: '#541209'

red 84 ◦ green 18 ◦ blue 9

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

Shades of Red Oxide #541209

Tints of Red Oxide #541209

RGB

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

 GREEN value IS 18 (7.42% from 255) = 16.22%

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

R = 75.68%
G = 16.22%
B = 8.11%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.89

 K value IS 0.67

RGB Variations

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

Color information

#541209 (or 0x541209) is known color: Red Oxide. HEX triplet: 54, 12 and 09. RGB value is (84,18,9). Sum of RGB (Red+Green+Blue) = 84+18+9=111 (14% of max value = 765). Red value is 84 (33.20% from 255 or 75.68% from 111); Green value is 18 (7.42% from 255 or 16.22% from 111); Blue value is 9 (3.91% from 255 or 8.11% from 111); Max value from RGB is 84 - color contains mainly: red. Hex color #541209 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #541209 is #ABEDF6. Grayscale: #242424. Windows color (decimal): -11267575 or 594516. OLE color: 594516.

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

Color convert

RGB 84 18 9 -
CMYK 0 0.79 0.89 0.67
HSL 7.2º 0.81% 0.18% -
HSV(B) 7.2º 0.89% 0.33% -
XYZ 3.92 2.34 0.5 -
YUV 36.71 112.37 161.73 -
System Red Green Blue C M Y K H S L
Decimal 84 18 9 0 0.79 0.89 0.67 7.2 0.81 0.18
Hex 54 12 9 0 4F 59 43 7 51 12
Octal 124 22 11 0 117 131 103 7 121 22
Binary 1010100 10010 1001 0 1001111 1011001 1000011 111 1010001 10010

Color Harmonies of #541209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541209

Black with #541209

Text Example


Text Example

White with #541209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541209; }

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

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

background-color css

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

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

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

border-color css

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

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

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