#310717

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

Shades of Rustic Red #310717

Tints of Rustic Red #310717

Color information

#310717 (or 0x310717) is unknown color: approx Rustic Red. HEX triplet: 31, 07 and 17. RGB value is (49,7,23). Sum of RGB (Red+Green+Blue) = 49+7+23=79 (10% of max value = 765). Red value is 49 (19.53% from 255 or 62.03% from 79); Green value is 7 (3.12% from 255 or 8.86% from 79); Blue value is 23 (9.38% from 255 or 29.11% from 79); Max value from RGB is 49 - color contains mainly: red. Hex color #310717 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310717 is #CEF8E8. Grayscale: #151515. Windows color (decimal): -13564137 or 1509169. OLE color: 1509169.

HSL color Cylindrical-coordinate representation of color #310717: hue angle of 337.14º 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 #310717 is Cyan = 0, Magento = 0.86, Yellow = 0.53 and Black (K on CMYK) = 0.81.

Color convert

RGB49723-
CMYK00.860.530.81
HSL337.14º75%10.98%-
HSV(B)337.14º85.71%19.22%-
XYZ1.50.870.9-
YUV21.38128.91147.7-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 62.03%
GREEN value IS 7 (3.12% from 255) = 8.86%
BLUE value IS 23 (9.38% from 255) = 29.11%
R=62.03%
G=8.86%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.53
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4972300.860.530.81337.147510.98
Hex3171705635511514bb
Octal6172701266512152111313
Binary1100011111011101010110110101101000110101000110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310717

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310717; }

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

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

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

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

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

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

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

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