Html Css Color HEX #541206 Red Oxide

📋 copy color: '#541206'

red 84 ◦ green 18 ◦ blue 6

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

Shades of Red Oxide #541206

Tints of Red Oxide #541206

RGB

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

 GREEN value IS 18 (7.42% from 255) = 16.67%

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

R = 77.78%
G = 16.67%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.93

 K value IS 0.67

RGB Variations

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

Color information

#541206 (or 0x541206) is known color: Red Oxide. HEX triplet: 54, 12 and 06. RGB value is (84,18,6). Sum of RGB (Red+Green+Blue) = 84+18+6=108 (14% of max value = 765). Red value is 84 (33.20% from 255 or 77.78% from 108); Green value is 18 (7.42% from 255 or 16.67% from 108); Blue value is 6 (2.73% from 255 or 5.56% from 108); Max value from RGB is 84 - color contains mainly: red. Hex color #541206 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #541206 is #ABEDF9. Grayscale: #242424. Windows color (decimal): -11267578 or 397908. OLE color: 397908.

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

Color convert

RGB 84 18 6 -
CMYK 0 0.79 0.93 0.67
HSL 9.23º 0.87% 0.18% -
HSV(B) 9.23º 0.93% 0.33% -
XYZ 3.91 2.33 0.42 -
YUV 36.37 110.87 161.98 -
System Red Green Blue C M Y K H S L
Decimal 84 18 6 0 0.79 0.93 0.67 9.23 0.87 0.18
Hex 54 12 6 0 4F 5D 43 9 57 12
Octal 124 22 6 0 117 135 103 11 127 22
Binary 1010100 10010 110 0 1001111 1011101 1000011 1001 1010111 10010

Color Harmonies of #541206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541206

Black with #541206

Text Example


Text Example

White with #541206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541206; }

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

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

background-color css

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

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

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

border-color css

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

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

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