#310718

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

Shades of Rustic Red #310718

Tints of Rustic Red #310718

Color information

#310718 (or 0x310718) is unknown color: approx Rustic Red. HEX triplet: 31, 07 and 18. RGB value is (49,7,24). Sum of RGB (Red+Green+Blue) = 49+7+24=80 (10% of max value = 765). Red value is 49 (19.53% from 255 or 61.25% from 80); Green value is 7 (3.12% from 255 or 8.75% from 80); Blue value is 24 (9.77% from 255 or 30% from 80); Max value from RGB is 49 - color contains mainly: red. Hex color #310718 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310718 is #CEF8E7. Grayscale: #151515. Windows color (decimal): -13564136 or 1574705. OLE color: 1574705.

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

Color convert

RGB49724-
CMYK00.860.510.81
HSL335.71º75%10.98%-
HSV(B)335.71º85.71%19.22%-
XYZ1.510.870.95-
YUV21.5129.41147.62-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 61.25%
GREEN value IS 7 (3.12% from 255) = 8.75%
BLUE value IS 24 (9.77% from 255) = 30%
R=61.25%
G=8.75%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.51
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4972400.860.510.81335.717510.98
Hex3171805633511504bb
Octal6173001266312152011313
Binary1100011111100001010110110011101000110101000010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310718; }

 p { color: rgb(49,7,24); }

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

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

 a { background-color: rgb(49,7,24); }

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

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

 span { border-color: rgb(49,7,24); }

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