Html Css Color HEX #310713 Rustic Red

📋 copy color: '#310713'

red 49 ◦ green 7 ◦ blue 19

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

Shades of Rustic Red #310713

Tints of Rustic Red #310713

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 25.33%

R = 65.33%
G = 9.33%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.61

 K value IS 0.81

RGB Variations

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

Color information

#310713 (or 0x310713) is known color: Rustic Red. HEX triplet: 31, 07 and 13. RGB value is (49,7,19). Sum of RGB (Red+Green+Blue) = 49+7+19=75 (9% of max value = 765). Red value is 49 (19.53% from 255 or 65.33% from 75); Green value is 7 (3.12% from 255 or 9.33% from 75); Blue value is 19 (7.81% from 255 or 25.33% from 75); Max value from RGB is 49 - color contains mainly: red. Hex color #310713 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310713 is #CEF8EC. Grayscale: #141414. Windows color (decimal): -13564141 or 1247025. OLE color: 1247025.

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

Color convert

RGB 49 7 19 -
CMYK 0 0.86 0.61 0.81
HSL 342.86º 0.75% 0.11% -
HSV(B) 342.86º 0.86% 0.19% -
XYZ 1.46 0.85 0.7 -
YUV 20.93 126.91 148.02 -
System Red Green Blue C M Y K H S L
Decimal 49 7 19 0 0.86 0.61 0.81 342.86 0.75 0.11
Hex 31 7 13 0 56 3D 51 157 4B B
Octal 61 7 23 0 126 75 121 527 113 13
Binary 110001 111 10011 0 1010110 111101 1010001 101010111 1001011 1011

Color Harmonies of #310713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310713

Black with #310713

Text Example


Text Example

White with #310713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310713; }

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

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

background-color css

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

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

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

border-color css

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

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

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