#310617

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

Shades of Rustic Red #310617

Tints of Rustic Red #310617

Color information

#310617 (or 0x310617) is unknown color: approx Rustic Red. HEX triplet: 31, 06 and 17. RGB value is (49,6,23). Sum of RGB (Red+Green+Blue) = 49+6+23=78 (10% of max value = 765). Red value is 49 (19.53% from 255 or 62.82% from 78); Green value is 6 (2.73% from 255 or 7.69% from 78); Blue value is 23 (9.38% from 255 or 29.49% from 78); Max value from RGB is 49 - color contains mainly: red. Hex color #310617 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310617 is #CEF9E8. Grayscale: #141414. Windows color (decimal): -13564393 or 1508913. OLE color: 1508913.

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

Color convert

RGB49623-
CMYK00.880.530.81
HSL336.28º78.18%10.78%-
HSV(B)336.28º87.76%19.22%-
XYZ1.490.850.9-
YUV20.8129.25148.12-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 62.82%
GREEN value IS 6 (2.73% from 255) = 7.69%
BLUE value IS 23 (9.38% from 255) = 29.49%
R=62.82%
G=7.69%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.53
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4962300.880.530.81336.2878.1810.78
Hex3161705835511504eb
Octal6162701306512152011613
Binary1100011101011101011000110101101000110101000010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310617; }

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

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

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

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

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

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

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

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