#341517

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

Shades of Rustic Red #341517

Tints of Rustic Red #341517

Color information

#341517 (or 0x341517) is unknown color: approx Rustic Red. HEX triplet: 34, 15 and 17. RGB value is (52,21,23). Sum of RGB (Red+Green+Blue) = 52+21+23=96 (12% of max value = 765). Red value is 52 (20.70% from 255 or 54.17% from 96); Green value is 21 (8.59% from 255 or 21.88% from 96); Blue value is 23 (9.38% from 255 or 23.96% from 96); Max value from RGB is 52 - color contains mainly: red. Hex color #341517 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341517 is #CBEAE8. Grayscale: #1E1E1E. Windows color (decimal): -13363945 or 1512756. OLE color: 1512756.

HSL color Cylindrical-coordinate representation of color #341517: hue angle of 356.13º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #341517 is Cyan = 0, Magento = 0.60, Yellow = 0.56 and Black (K on CMYK) = 0.80.

Color convert

RGB522123-
CMYK00.600.560.80
HSL356.13º42.47%14.31%-
HSV(B)356.13º59.62%20.39%-
XYZ1.841.330.97-
YUV30.5123.77143.34-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 54.17%
GREEN value IS 21 (8.59% from 255) = 21.88%
BLUE value IS 23 (9.38% from 255) = 23.96%
R=54.17%
G=21.88%
B=23.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.56
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52212300.600.560.80356.1342.4714.31
Hex34151703C38501642ae
Octal642527074701205445216
Binary1101001010110111011110011100010100001011001001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341517; }

 p { color: rgb(52,21,23); }

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

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

 a { background-color: rgb(52,21,23); }

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

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

 span { border-color: rgb(52,21,23); }

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