#340717

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

Shades of Rustic Red #340717

Tints of Rustic Red #340717

Color information

#340717 (or 0x340717) is unknown color: approx Rustic Red. HEX triplet: 34, 07 and 17. RGB value is (52,7,23). Sum of RGB (Red+Green+Blue) = 52+7+23=82 (10% of max value = 765). Red value is 52 (20.70% from 255 or 63.41% from 82); Green value is 7 (3.12% from 255 or 8.54% from 82); Blue value is 23 (9.38% from 255 or 28.05% from 82); Max value from RGB is 52 - color contains mainly: red. Hex color #340717 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340717 is #CBF8E8. Grayscale: #161616. Windows color (decimal): -13367529 or 1509172. OLE color: 1509172.

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

Color convert

RGB52723-
CMYK00.870.560.80
HSL338.67º76.27%11.57%-
HSV(B)338.67º86.54%20.39%-
XYZ1.650.940.91-
YUV22.28128.41149.2-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 63.41%
GREEN value IS 7 (3.12% from 255) = 8.54%
BLUE value IS 23 (9.38% from 255) = 28.05%
R=63.41%
G=8.54%
B=28.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.56
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5272300.870.560.80338.6776.2711.57
Hex3471705738501534cc
Octal6472701277012052311414
Binary1101001111011101010111111000101000010101001110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340717

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340717; }

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

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

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

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

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

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

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

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