Html Css Color HEX #311217 Rustic Red

📋 copy color: '#311217'

red 49 ◦ green 18 ◦ blue 23

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

Shades of Rustic Red #311217

Tints of Rustic Red #311217

RGB

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

 GREEN value IS 18 (7.42% from 255) = 20%

 BLUE value IS 23 (9.38% from 255) = 25.56%

R = 54.44%
G = 20%
B = 25.56%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.53

 K value IS 0.81

RGB Variations

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

Color information

#311217 (or 0x311217) is known color: Rustic Red. HEX triplet: 31, 12 and 17. RGB value is (49,18,23). Sum of RGB (Red+Green+Blue) = 49+18+23=90 (11% of max value = 765). Red value is 49 (19.53% from 255 or 54.44% from 90); Green value is 18 (7.42% from 255 or 20% from 90); Blue value is 23 (9.38% from 255 or 25.56% from 90); Max value from RGB is 49 - color contains mainly: red. Hex color #311217 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311217 is #CEEDE8. Grayscale: #1B1B1B. Windows color (decimal): -13561321 or 1511985. OLE color: 1511985.

HSL color Cylindrical-coordinate representation of color #311217: hue angle of 350.32º degrees, saturation: 0.46, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #311217 is Cyan = 0, Magento = 0.63, Yellow = 0.53 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 18 23 -
CMYK 0 0.63 0.53 0.81
HSL 350.32º 0.46% 0.13% -
HSV(B) 350.32º 0.63% 0.19% -
XYZ 1.64 1.15 0.95 -
YUV 27.84 125.27 143.09 -
System Red Green Blue C M Y K H S L
Decimal 49 18 23 0 0.63 0.53 0.81 350.32 0.46 0.13
Hex 31 12 17 0 3F 35 51 15E 2E D
Octal 61 22 27 0 77 65 121 536 56 15
Binary 110001 10010 10111 0 111111 110101 1010001 101011110 101110 1101

Color Harmonies of #311217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311217

Black with #311217

Text Example


Text Example

White with #311217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311217; }

 p { color: rgb(49,18,23); }

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

background-color css

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

 a { background-color: rgb(49,18,23); }

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

border-color css

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

 span { border-color: rgb(49,18,23); }

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