Html Css Color HEX #541506 Red Oxide

📋 copy color: '#541506'

red 84 ◦ green 21 ◦ blue 6

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

Shades of Red Oxide #541506

Tints of Red Oxide #541506

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 5.41%

R = 75.68%
G = 18.92%
B = 5.41%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.93

 K value IS 0.67

RGB Variations

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

Color information

#541506 (or 0x541506) is known color: Red Oxide. HEX triplet: 54, 15 and 06. RGB value is (84,21,6). Sum of RGB (Red+Green+Blue) = 84+21+6=111 (14% of max value = 765). Red value is 84 (33.20% from 255 or 75.68% from 111); Green value is 21 (8.59% from 255 or 18.92% from 111); Blue value is 6 (2.73% from 255 or 5.41% from 111); Max value from RGB is 84 - color contains mainly: red. Hex color #541506 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #541506 is #ABEAF9. Grayscale: #262626. Windows color (decimal): -11266810 or 398676. OLE color: 398676.

HSL color Cylindrical-coordinate representation of color #541506: hue angle of 11.54º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #541506 is Cyan = 0, Magento = 0.75, Yellow = 0.93 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 21 6 -
CMYK 0 0.75 0.93 0.67
HSL 11.54º 0.87% 0.18% -
HSV(B) 11.54º 0.93% 0.33% -
XYZ 3.96 2.43 0.43 -
YUV 38.13 109.87 160.72 -
System Red Green Blue C M Y K H S L
Decimal 84 21 6 0 0.75 0.93 0.67 11.54 0.87 0.18
Hex 54 15 6 0 4B 5D 43 C 57 12
Octal 124 25 6 0 113 135 103 14 127 22
Binary 1010100 10101 110 0 1001011 1011101 1000011 1100 1010111 10010

Color Harmonies of #541506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541506

Black with #541506

Text Example


Text Example

White with #541506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541506; }

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

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

background-color css

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

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

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

border-color css

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

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

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