Html Css Color HEX #311619 Rustic Red

📋 copy color: '#311619'

red 49 ◦ green 22 ◦ blue 25

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

Shades of Rustic Red #311619

Tints of Rustic Red #311619

RGB

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

 GREEN value IS 22 (8.98% from 255) = 22.92%

 BLUE value IS 25 (10.16% from 255) = 26.04%

R = 51.04%
G = 22.92%
B = 26.04%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.49

 K value IS 0.81

RGB Variations

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

Color information

#311619 (or 0x311619) is known color: Rustic Red. HEX triplet: 31, 16 and 19. RGB value is (49,22,25). Sum of RGB (Red+Green+Blue) = 49+22+25=96 (12% of max value = 765). Red value is 49 (19.53% from 255 or 51.04% from 96); Green value is 22 (8.98% from 255 or 22.92% from 96); Blue value is 25 (10.16% from 255 or 26.04% from 96); Max value from RGB is 49 - color contains mainly: red. Hex color #311619 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311619 is #CEE9E6. Grayscale: #1E1E1E. Windows color (decimal): -13560295 or 1644081. OLE color: 1644081.

HSL color Cylindrical-coordinate representation of color #311619: hue angle of 353.33º degrees, saturation: 0.38, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #311619 is Cyan = 0, Magento = 0.55, Yellow = 0.49 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 22 25 -
CMYK 0 0.55 0.49 0.81
HSL 353.33º 0.38% 0.14% -
HSV(B) 353.33º 0.55% 0.19% -
XYZ 1.73 1.3 1.08 -
YUV 30.42 124.95 141.26 -
System Red Green Blue C M Y K H S L
Decimal 49 22 25 0 0.55 0.49 0.81 353.33 0.38 0.14
Hex 31 16 19 0 37 31 51 161 26 E
Octal 61 26 31 0 67 61 121 541 46 16
Binary 110001 10110 11001 0 110111 110001 1010001 101100001 100110 1110

Color Harmonies of #311619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311619

Black with #311619

Text Example


Text Example

White with #311619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311619; }

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

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

background-color css

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

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

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

border-color css

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

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

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