Html Css Color HEX #541009 Red Oxide

📋 copy color: '#541009'

red 84 ◦ green 16 ◦ blue 9

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

Shades of Red Oxide #541009

Tints of Red Oxide #541009

RGB

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

 GREEN value IS 16 (6.64% from 255) = 14.68%

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

R = 77.06%
G = 14.68%
B = 8.26%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.89

 K value IS 0.67

RGB Variations

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

Color information

#541009 (or 0x541009) is known color: Red Oxide. HEX triplet: 54, 10 and 09. RGB value is (84,16,9). Sum of RGB (Red+Green+Blue) = 84+16+9=109 (14% of max value = 765). Red value is 84 (33.20% from 255 or 77.06% from 109); Green value is 16 (6.64% from 255 or 14.68% from 109); Blue value is 9 (3.91% from 255 or 8.26% from 109); Max value from RGB is 84 - color contains mainly: red. Hex color #541009 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #541009 is #ABEFF6. Grayscale: #232323. Windows color (decimal): -11268087 or 594004. OLE color: 594004.

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

Color convert

RGB 84 16 9 -
CMYK 0 0.81 0.89 0.67
HSL 5.6º 0.81% 0.18% -
HSV(B) 5.6º 0.89% 0.33% -
XYZ 3.89 2.28 0.49 -
YUV 35.53 113.03 162.57 -
System Red Green Blue C M Y K H S L
Decimal 84 16 9 0 0.81 0.89 0.67 5.6 0.81 0.18
Hex 54 10 9 0 51 59 43 6 51 12
Octal 124 20 11 0 121 131 103 6 121 22
Binary 1010100 10000 1001 0 1010001 1011001 1000011 110 1010001 10010

Color Harmonies of #541009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541009

Black with #541009

Text Example


Text Example

White with #541009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541009; }

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

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

background-color css

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

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

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

border-color css

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

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

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