#310609

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

Shades of Rustic Red #310609

Tints of Rustic Red #310609

Color information

#310609 (or 0x310609) is unknown color: approx Rustic Red. HEX triplet: 31, 06 and 09. RGB value is (49,6,9). Sum of RGB (Red+Green+Blue) = 49+6+9=64 (8% of max value = 765). Red value is 49 (19.53% from 255 or 76.56% from 64); Green value is 6 (2.73% from 255 or 9.38% from 64); Blue value is 9 (3.91% from 255 or 14.06% from 64); Max value from RGB is 49 - color contains mainly: red. Hex color #310609 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310609 is #CEF9F6. Grayscale: #131313. Windows color (decimal): -13564407 or 591409. OLE color: 591409.

HSL color Cylindrical-coordinate representation of color #310609: hue angle of 355.81º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #310609 is Cyan = 0, Magento = 0.88, Yellow = 0.82 and Black (K on CMYK) = 0.81.

Color convert

RGB4969-
CMYK00.880.820.81
HSL355.81º78.18%10.78%-
HSV(B)355.81º87.76%19.22%-
XYZ1.380.80.34-
YUV19.2122.25149.26-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 76.56%
GREEN value IS 6 (2.73% from 255) = 9.38%
BLUE value IS 9 (3.91% from 255) = 14.06%
R=76.56%
G=9.38%
B=14.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.82
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal496900.880.820.81355.8178.1810.78
Hex316905852511644eb
Octal61611013012212154411613
Binary1100011101001010110001010010101000110110010010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310609; }

 p { color: rgb(49,6,9); }

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

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

 a { background-color: rgb(49,6,9); }

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

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

 span { border-color: rgb(49,6,9); }

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