Html Css Color HEX #541709 Red Oxide

📋 copy color: '#541709'

red 84 ◦ green 23 ◦ blue 9

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

Shades of Red Oxide #541709

Tints of Red Oxide #541709

RGB

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

 GREEN value IS 23 (9.38% from 255) = 19.83%

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

R = 72.41%
G = 19.83%
B = 7.76%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.89

 K value IS 0.67

RGB Variations

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

Color information

#541709 (or 0x541709) is known color: Red Oxide. HEX triplet: 54, 17 and 09. RGB value is (84,23,9). Sum of RGB (Red+Green+Blue) = 84+23+9=116 (15% of max value = 765). Red value is 84 (33.20% from 255 or 72.41% from 116); Green value is 23 (9.38% from 255 or 19.83% from 116); Blue value is 9 (3.91% from 255 or 7.76% from 116); Max value from RGB is 84 - color contains mainly: red. Hex color #541709 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #541709 is #ABE8F6. Grayscale: #272727. Windows color (decimal): -11266295 or 595796. OLE color: 595796.

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

Color convert

RGB 84 23 9 -
CMYK 0 0.73 0.89 0.67
HSL 11.2º 0.81% 0.18% -
HSV(B) 11.2º 0.89% 0.33% -
XYZ 4.01 2.52 0.53 -
YUV 39.64 110.71 159.64 -
System Red Green Blue C M Y K H S L
Decimal 84 23 9 0 0.73 0.89 0.67 11.2 0.81 0.18
Hex 54 17 9 0 49 59 43 B 51 12
Octal 124 27 11 0 111 131 103 13 121 22
Binary 1010100 10111 1001 0 1001001 1011001 1000011 1011 1010001 10010

Color Harmonies of #541709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541709

Black with #541709

Text Example


Text Example

White with #541709

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541709; }

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

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

background-color css

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

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

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

border-color css

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

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

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