Html Css Color HEX #541306 Red Oxide

📋 copy color: '#541306'

red 84 ◦ green 19 ◦ blue 6

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

Shades of Red Oxide #541306

Tints of Red Oxide #541306

RGB

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

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

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

R = 77.06%
G = 17.43%
B = 5.5%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.93

 K value IS 0.67

RGB Variations

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

Color information

#541306 (or 0x541306) is known color: Red Oxide. HEX triplet: 54, 13 and 06. RGB value is (84,19,6). Sum of RGB (Red+Green+Blue) = 84+19+6=109 (14% of max value = 765). Red value is 84 (33.20% from 255 or 77.06% from 109); Green value is 19 (7.81% from 255 or 17.43% from 109); Blue value is 6 (2.73% from 255 or 5.50% from 109); Max value from RGB is 84 - color contains mainly: red. Hex color #541306 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #541306 is #ABECF9. Grayscale: #252525. Windows color (decimal): -11267322 or 398164. OLE color: 398164.

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

Color convert

RGB 84 19 6 -
CMYK 0 0.77 0.93 0.67
HSL 10º 0.87% 0.18% -
HSV(B) 10º 0.93% 0.33% -
XYZ 3.92 2.36 0.42 -
YUV 36.95 110.53 161.56 -
System Red Green Blue C M Y K H S L
Decimal 84 19 6 0 0.77 0.93 0.67 10 0.87 0.18
Hex 54 13 6 0 4D 5D 43 A 57 12
Octal 124 23 6 0 115 135 103 12 127 22
Binary 1010100 10011 110 0 1001101 1011101 1000011 1010 1010111 10010

Color Harmonies of #541306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541306

Black with #541306

Text Example


Text Example

White with #541306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541306; }

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

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

background-color css

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

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

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

border-color css

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

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

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