#340809

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

Shades of Rustic Red #340809

Tints of Rustic Red #340809

Color information

#340809 (or 0x340809) is unknown color: approx Rustic Red. HEX triplet: 34, 08 and 09. RGB value is (52,8,9). Sum of RGB (Red+Green+Blue) = 52+8+9=69 (9% of max value = 765). Red value is 52 (20.70% from 255 or 75.36% from 69); Green value is 8 (3.52% from 255 or 11.59% from 69); Blue value is 9 (3.91% from 255 or 13.04% from 69); Max value from RGB is 52 - color contains mainly: red. Hex color #340809 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340809 is #CBF7F6. Grayscale: #151515. Windows color (decimal): -13367287 or 591924. OLE color: 591924.

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

Color convert

RGB5289-
CMYK00.850.830.80
HSL358.64º73.33%11.76%-
HSV(B)358.64º84.62%20.39%-
XYZ1.550.920.35-
YUV21.27121.08149.92-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 75.36%
GREEN value IS 8 (3.52% from 255) = 11.59%
BLUE value IS 9 (3.91% from 255) = 13.04%
R=75.36%
G=11.59%
B=13.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.83
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal528900.850.830.80358.6473.3311.76
Hex3489055535016749c
Octal641011012512312054711114
Binary11010010001001010101011010011101000010110011110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340809; }

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

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

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

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

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

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

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

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