#340714

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

Shades of Rustic Red #340714

Tints of Rustic Red #340714

Color information

#340714 (or 0x340714) is unknown color: approx Rustic Red. HEX triplet: 34, 07 and 14. RGB value is (52,7,20). Sum of RGB (Red+Green+Blue) = 52+7+20=79 (10% of max value = 765). Red value is 52 (20.70% from 255 or 65.82% from 79); Green value is 7 (3.12% from 255 or 8.86% from 79); Blue value is 20 (8.20% from 255 or 25.32% from 79); Max value from RGB is 52 - color contains mainly: red. Hex color #340714 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340714 is #CBF8EB. Grayscale: #151515. Windows color (decimal): -13367532 or 1312564. OLE color: 1312564.

HSL color Cylindrical-coordinate representation of color #340714: hue angle of 342.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 #340714 is Cyan = 0, Magento = 0.87, Yellow = 0.62 and Black (K on CMYK) = 0.80.

Color convert

RGB52720-
CMYK00.870.620.80
HSL342.67º76.27%11.57%-
HSV(B)342.67º86.54%20.39%-
XYZ1.620.930.76-
YUV21.94126.91149.44-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 65.82%
GREEN value IS 7 (3.12% from 255) = 8.86%
BLUE value IS 20 (8.20% from 255) = 25.32%
R=65.82%
G=8.86%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.62
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5272000.870.620.80342.6776.2711.57
Hex347140573E501574cc
Octal6472401277612052711414
Binary1101001111010001010111111110101000010101011110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340714; }

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

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

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

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

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

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

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

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