Html Css Color HEX #541509 Red Oxide

📋 copy color: '#541509'

red 84 ◦ green 21 ◦ blue 9

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

Shades of Red Oxide #541509

Tints of Red Oxide #541509

RGB

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

 GREEN value IS 21 (8.59% from 255) = 18.42%

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

R = 73.68%
G = 18.42%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.89

 K value IS 0.67

RGB Variations

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

Color information

#541509 (or 0x541509) is known color: Red Oxide. HEX triplet: 54, 15 and 09. RGB value is (84,21,9). Sum of RGB (Red+Green+Blue) = 84+21+9=114 (15% of max value = 765). Red value is 84 (33.20% from 255 or 73.68% from 114); Green value is 21 (8.59% from 255 or 18.42% from 114); Blue value is 9 (3.91% from 255 or 7.89% from 114); Max value from RGB is 84 - color contains mainly: red. Hex color #541509 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #541509 is #ABEAF6. Grayscale: #262626. Windows color (decimal): -11266807 or 595284. OLE color: 595284.

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

Color convert

RGB 84 21 9 -
CMYK 0 0.75 0.89 0.67
HSL 9.6º 0.81% 0.18% -
HSV(B) 9.6º 0.89% 0.33% -
XYZ 3.97 2.44 0.52 -
YUV 38.47 111.37 160.48 -
System Red Green Blue C M Y K H S L
Decimal 84 21 9 0 0.75 0.89 0.67 9.6 0.81 0.18
Hex 54 15 9 0 4B 59 43 A 51 12
Octal 124 25 11 0 113 131 103 12 121 22
Binary 1010100 10101 1001 0 1001011 1011001 1000011 1010 1010001 10010

Color Harmonies of #541509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541509

Black with #541509

Text Example


Text Example

White with #541509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541509; }

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

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

background-color css

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

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

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

border-color css

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

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

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