Html Css Color HEX #541609 Red Oxide

📋 copy color: '#541609'

red 84 ◦ green 22 ◦ blue 9

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

Shades of Red Oxide #541609

Tints of Red Oxide #541609

RGB

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

 GREEN value IS 22 (8.98% from 255) = 19.13%

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

R = 73.04%
G = 19.13%
B = 7.83%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.89

 K value IS 0.67

RGB Variations

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

Color information

#541609 (or 0x541609) is known color: Red Oxide. HEX triplet: 54, 16 and 09. RGB value is (84,22,9). Sum of RGB (Red+Green+Blue) = 84+22+9=115 (15% of max value = 765). Red value is 84 (33.20% from 255 or 73.04% from 115); Green value is 22 (8.98% from 255 or 19.13% from 115); Blue value is 9 (3.91% from 255 or 7.83% from 115); Max value from RGB is 84 - color contains mainly: red. Hex color #541609 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #541609 is #ABE9F6. Grayscale: #272727. Windows color (decimal): -11266551 or 595540. OLE color: 595540.

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

Color convert

RGB 84 22 9 -
CMYK 0 0.74 0.89 0.67
HSL 10.4º 0.81% 0.18% -
HSV(B) 10.4º 0.89% 0.33% -
XYZ 3.99 2.48 0.53 -
YUV 39.06 111.04 160.06 -
System Red Green Blue C M Y K H S L
Decimal 84 22 9 0 0.74 0.89 0.67 10.4 0.81 0.18
Hex 54 16 9 0 4A 59 43 A 51 12
Octal 124 26 11 0 112 131 103 12 121 22
Binary 1010100 10110 1001 0 1001010 1011001 1000011 1010 1010001 10010

Color Harmonies of #541609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541609

Black with #541609

Text Example


Text Example

White with #541609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541609; }

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

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

background-color css

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

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

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

border-color css

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

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

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