Html Css Color HEX #541309 Red Oxide

📋 copy color: '#541309'

red 84 ◦ green 19 ◦ blue 9

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

Shades of Red Oxide #541309

Tints of Red Oxide #541309

RGB

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

 GREEN value IS 19 (7.81% from 255) = 16.96%

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

R = 75%
G = 16.96%
B = 8.04%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.89

 K value IS 0.67

RGB Variations

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

Color information

#541309 (or 0x541309) is known color: Red Oxide. HEX triplet: 54, 13 and 09. RGB value is (84,19,9). Sum of RGB (Red+Green+Blue) = 84+19+9=112 (14% of max value = 765). Red value is 84 (33.20% from 255 or 75% from 112); Green value is 19 (7.81% from 255 or 16.96% from 112); Blue value is 9 (3.91% from 255 or 8.04% from 112); Max value from RGB is 84 - color contains mainly: red. Hex color #541309 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #541309 is #ABECF6. Grayscale: #252525. Windows color (decimal): -11267319 or 594772. OLE color: 594772.

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

Color convert

RGB 84 19 9 -
CMYK 0 0.77 0.89 0.67
HSL 0.81% 0.18% -
HSV(B) 0.89% 0.33% -
XYZ 3.94 2.37 0.51 -
YUV 37.3 112.03 161.31 -
System Red Green Blue C M Y K H S L
Decimal 84 19 9 0 0.77 0.89 0.67 8 0.81 0.18
Hex 54 13 9 0 4D 59 43 8 51 12
Octal 124 23 11 0 115 131 103 10 121 22
Binary 1010100 10011 1001 0 1001101 1011001 1000011 1000 1010001 10010

Color Harmonies of #541309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541309

Black with #541309

Text Example


Text Example

White with #541309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541309; }

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

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

background-color css

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

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

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

border-color css

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

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

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