#341619

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

Shades of Rustic Red #341619

Tints of Rustic Red #341619

Color information

#341619 (or 0x341619) is unknown color: approx Rustic Red. HEX triplet: 34, 16 and 19. RGB value is (52,22,25). Sum of RGB (Red+Green+Blue) = 52+22+25=99 (13% of max value = 765). Red value is 52 (20.70% from 255 or 52.53% from 99); Green value is 22 (8.98% from 255 or 22.22% from 99); Blue value is 25 (10.16% from 255 or 25.25% from 99); Max value from RGB is 52 - color contains mainly: red. Hex color #341619 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341619 is #CBE9E6. Grayscale: #1F1F1F. Windows color (decimal): -13363687 or 1644084. OLE color: 1644084.

HSL color Cylindrical-coordinate representation of color #341619: hue angle of 354º 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 #341619 is Cyan = 0, Magento = 0.58, Yellow = 0.52 and Black (K on CMYK) = 0.80.

Color convert

RGB522225-
CMYK00.580.520.80
HSL354º40.54%14.51%-
HSV(B)354º57.69%20.39%-
XYZ1.881.371.09-
YUV31.31124.44142.76-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 52.53%
GREEN value IS 22 (8.98% from 255) = 22.22%
BLUE value IS 25 (10.16% from 255) = 25.25%
R=52.53%
G=22.22%
B=25.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.52
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52222500.580.520.8035440.5414.51
Hex34161903A345016229f
Octal642631072641205425117
Binary1101001011011001011101011010010100001011000101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341619; }

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

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

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

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

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

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

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

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