#310714

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

Shades of Rustic Red #310714

Tints of Rustic Red #310714

Color information

#310714 (or 0x310714) is unknown color: approx Rustic Red. HEX triplet: 31, 07 and 14. RGB value is (49,7,20). Sum of RGB (Red+Green+Blue) = 49+7+20=76 (10% of max value = 765). Red value is 49 (19.53% from 255 or 64.47% from 76); Green value is 7 (3.12% from 255 or 9.21% from 76); Blue value is 20 (8.20% from 255 or 26.32% from 76); Max value from RGB is 49 - color contains mainly: red. Hex color #310714 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310714 is #CEF8EB. Grayscale: #151515. Windows color (decimal): -13564140 or 1312561. OLE color: 1312561.

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

Color convert

RGB49720-
CMYK00.860.590.81
HSL341.43º75%10.98%-
HSV(B)341.43º85.71%19.22%-
XYZ1.470.860.75-
YUV21.04127.41147.94-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 64.47%
GREEN value IS 7 (3.12% from 255) = 9.21%
BLUE value IS 20 (8.20% from 255) = 26.32%
R=64.47%
G=9.21%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.59
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4972000.860.590.81341.437510.98
Hex317140563B511554bb
Octal6172401267312152511313
Binary1100011111010001010110111011101000110101010110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310714; }

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

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

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

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

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

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

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

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