#340607

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

Shades of Rustic Red #340607

Tints of Rustic Red #340607

Color information

#340607 (or 0x340607) is unknown color: approx Rustic Red. HEX triplet: 34, 06 and 07. RGB value is (52,6,7). Sum of RGB (Red+Green+Blue) = 52+6+7=65 (8% of max value = 765). Red value is 52 (20.70% from 255 or 80% from 65); Green value is 6 (2.73% from 255 or 9.23% from 65); Blue value is 7 (3.12% from 255 or 10.77% from 65); Max value from RGB is 52 - color contains mainly: red. Hex color #340607 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340607 is #CBF9F8. Grayscale: #131313. Windows color (decimal): -13367801 or 460340. OLE color: 460340.

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

Color convert

RGB5267-
CMYK00.880.870.80
HSL358.7º79.31%11.37%-
HSV(B)358.7º88.46%20.39%-
XYZ1.520.880.29-
YUV19.87120.74150.92-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 80%
GREEN value IS 6 (2.73% from 255) = 9.23%
BLUE value IS 7 (3.12% from 255) = 10.77%
R=80%
G=9.23%
B=10.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.87
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal526700.880.870.80358.779.3111.37
Hex346705857501674fb
Octal6467013012712054711713
Binary110100110111010110001010111101000010110011110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340607

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340607; }

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

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

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

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

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

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

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

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