Html Css Color HEX #31191D Rustic Red

📋 copy color: '#31191D'

red 49 ◦ green 25 ◦ blue 29

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

Shades of Rustic Red #31191D

Tints of Rustic Red #31191D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 24.27%

 BLUE value IS 29 (11.72% from 255) = 28.16%

R = 47.57%
G = 24.27%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.41

 K value IS 0.81

RGB Variations

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

Color information

#31191D (or 0x31191D) is known color: Rustic Red. HEX triplet: 31, 19 and 1D. RGB value is (49,25,29). Sum of RGB (Red+Green+Blue) = 49+25+29=103 (13% of max value = 765). Red value is 49 (19.53% from 255 or 47.57% from 103); Green value is 25 (10.16% from 255 or 24.27% from 103); Blue value is 29 (11.72% from 255 or 28.16% from 103); Max value from RGB is 49 - color contains mainly: red. Hex color #31191D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31191D is #CEE6E2. Grayscale: #202020. Windows color (decimal): -13559523 or 1906993. OLE color: 1906993.

HSL color Cylindrical-coordinate representation of color #31191D: hue angle of 350º degrees, saturation: 0.32, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #31191D is Cyan = 0, Magento = 0.49, Yellow = 0.41 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 25 29 -
CMYK 0 0.49 0.41 0.81
HSL 350º 0.32% 0.15% -
HSV(B) 350º 0.49% 0.19% -
XYZ 1.84 1.44 1.34 -
YUV 32.63 125.95 139.67 -
System Red Green Blue C M Y K H S L
Decimal 49 25 29 0 0.49 0.41 0.81 350 0.32 0.15
Hex 31 19 1D 0 31 29 51 15E 20 F
Octal 61 31 35 0 61 51 121 536 40 17
Binary 110001 11001 11101 0 110001 101001 1010001 101011110 100000 1111

Color Harmonies of #31191D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31191D

Black with #31191D

Text Example


Text Example

White with #31191D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31191D; }

 p { color: rgb(49,25,29); }

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

background-color css

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

 a { background-color: rgb(49,25,29); }

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

border-color css

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

 span { border-color: rgb(49,25,29); }

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