#341617

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

Shades of Rustic Red #341617

Tints of Rustic Red #341617

Color information

#341617 (or 0x341617) is unknown color: approx Rustic Red. HEX triplet: 34, 16 and 17. RGB value is (52,22,23). Sum of RGB (Red+Green+Blue) = 52+22+23=97 (12% of max value = 765). Red value is 52 (20.70% from 255 or 53.61% from 97); Green value is 22 (8.98% from 255 or 22.68% from 97); Blue value is 23 (9.38% from 255 or 23.71% from 97); Max value from RGB is 52 - color contains mainly: red. Hex color #341617 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341617 is #CBE9E8. Grayscale: #1F1F1F. Windows color (decimal): -13363689 or 1513012. OLE color: 1513012.

HSL color Cylindrical-coordinate representation of color #341617: hue angle of 358º degrees, saturation: 0.41, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #341617 is Cyan = 0, Magento = 0.58, Yellow = 0.56 and Black (K on CMYK) = 0.80.

Color convert

RGB522223-
CMYK00.580.560.80
HSL358º40.54%14.51%-
HSV(B)358º57.69%20.39%-
XYZ1.861.370.98-
YUV31.08123.44142.92-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 53.61%
GREEN value IS 22 (8.98% from 255) = 22.68%
BLUE value IS 23 (9.38% from 255) = 23.71%
R=53.61%
G=22.68%
B=23.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.56
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52222300.580.560.8035840.5414.51
Hex34161703A385016629f
Octal642627072701205465117
Binary1101001011010111011101011100010100001011001101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341617; }

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

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

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

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

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

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

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

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