#341F20

Color #341F20 Rustic Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rustic Red #341F20

Tints of Rustic Red #341F20

Color information

#341F20 (or 0x341F20) is unknown color: approx Rustic Red. HEX triplet: 34, 1F and 20. RGB value is (52,31,32). Sum of RGB (Red+Green+Blue) = 52+31+32=115 (15% of max value = 765). Red value is 52 (20.70% from 255 or 45.22% from 115); Green value is 31 (12.5% from 255 or 26.96% from 115); Blue value is 32 (12.89% from 255 or 27.83% from 115); Max value from RGB is 52 - color contains mainly: red. Hex color #341F20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341F20 is #CBE0DF. Grayscale: #252525. Windows color (decimal): -13361376 or 2105140. OLE color: 2105140.

HSL color Cylindrical-coordinate representation of color #341F20: hue angle of 357.14º degrees, saturation: 0.25, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #341F20 is Cyan = 0, Magento = 0.40, Yellow = 0.38 and Black (K on CMYK) = 0.80.

Color convert

RGB523132-
CMYK00.400.380.80
HSL357.14º25.3%16.27%-
HSV(B)357.14º40.38%20.39%-
XYZ2.171.811.6-
YUV37.39124.96138.42-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 45.22%
GREEN value IS 31 (12.5% from 255) = 26.96%
BLUE value IS 32 (12.89% from 255) = 27.83%
R=45.22%
G=26.96%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.38
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52313200.400.380.80357.1425.316.27
Hex341F2002826501651910
Octal643740050461205453120
Binary11010011111100000010100010011010100001011001011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341F20; }

 p { color: rgb(52,31,32); }

 H1.HeaderClassName
 {
   color: #341F20;
 }
 .AnyTagClassName
 {
   color: #341F20;
 }
</style>
background-color css

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

 a { background-color: rgb(52,31,32); }

 div.DivClassName
 {
   background-color: #341F20;
 }
 .BgClassName
 {
   background-color: #341F20;
 }
</style>
border-color css

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

 span { border-color: rgb(52,31,32); }

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