Html Css Color HEX #310711 Rustic Red

📋 copy color: '#310711'

red 49 ◦ green 7 ◦ blue 17

#310711
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rustic Red #310711

Tints of Rustic Red #310711

RGB

 RED value IS 49 (19.53% from 255) = 67.12%

 GREEN value IS 7 (3.13% from 255) = 9.59%

 BLUE value IS 17 (7.03% from 255) = 23.29%

R = 67.12%
G = 9.59%
B = 23.29%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.65

 K value IS 0.81

RGB Variations

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

Color information

#310711 (or 0x310711) is known color: Rustic Red. HEX triplet: 31, 07 and 11. RGB value is (49,7,17). Sum of RGB (Red+Green+Blue) = 49+7+17=73 (9% of max value = 765). Red value is 49 (19.53% from 255 or 67.12% from 73); Green value is 7 (3.12% from 255 or 9.59% from 73); Blue value is 17 (7.03% from 255 or 23.29% from 73); Max value from RGB is 49 - color contains mainly: red. Hex color #310711 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310711 is #CEF8EE. Grayscale: #141414. Windows color (decimal): -13564143 or 1115953. OLE color: 1115953.

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

Color convert

RGB 49 7 17 -
CMYK 0 0.86 0.65 0.81
HSL 345.71º 0.75% 0.11% -
HSV(B) 345.71º 0.86% 0.19% -
XYZ 1.44 0.85 0.62 -
YUV 20.7 125.91 148.19 -
System Red Green Blue C M Y K H S L
Decimal 49 7 17 0 0.86 0.65 0.81 345.71 0.75 0.11
Hex 31 7 11 0 56 41 51 15A 4B B
Octal 61 7 21 0 126 101 121 532 113 13
Binary 110001 111 10001 0 1010110 1000001 1010001 101011010 1001011 1011

Color Harmonies of #310711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310711

Black with #310711

Text Example


Text Example

White with #310711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310711; }

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

 H1.HeaderClassName
 {
   color: #310711;
 }
 .AnyTagClassName
 {
   color: #310711;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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