#340917

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

Shades of Rustic Red #340917

Tints of Rustic Red #340917

Color information

#340917 (or 0x340917) is unknown color: approx Rustic Red. HEX triplet: 34, 09 and 17. RGB value is (52,9,23). Sum of RGB (Red+Green+Blue) = 52+9+23=84 (11% of max value = 765). Red value is 52 (20.70% from 255 or 61.90% from 84); Green value is 9 (3.91% from 255 or 10.71% from 84); Blue value is 23 (9.38% from 255 or 27.38% from 84); Max value from RGB is 52 - color contains mainly: red. Hex color #340917 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340917 is #CBF6E8. Grayscale: #171717. Windows color (decimal): -13367017 or 1509684. OLE color: 1509684.

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

Color convert

RGB52923-
CMYK00.830.560.80
HSL340.47º70.49%11.96%-
HSV(B)340.47º82.69%20.39%-
XYZ1.670.990.91-
YUV23.45127.75148.36-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 61.90%
GREEN value IS 9 (3.91% from 255) = 10.71%
BLUE value IS 23 (9.38% from 255) = 27.38%
R=61.90%
G=10.71%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.56
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5292300.830.560.80340.4770.4911.96
Hex34917053385015446c
Octal64112701237012052410614
Binary11010010011011101010011111000101000010101010010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340917

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340917; }

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

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

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

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

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

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

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

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