Html Css Color HEX #391317 Rustic Red

📋 copy color: '#391317'

red 57 ◦ green 19 ◦ blue 23

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

Shades of Rustic Red #391317

Tints of Rustic Red #391317

RGB

 RED value IS 57 (22.66% from 255) = 57.58%

 GREEN value IS 19 (7.81% from 255) = 19.19%

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

R = 57.58%
G = 19.19%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.60

 K value IS 0.78

RGB Variations

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

Color information

#391317 (or 0x391317) is known color: Rustic Red. HEX triplet: 39, 13 and 17. RGB value is (57,19,23). Sum of RGB (Red+Green+Blue) = 57+19+23=99 (13% of max value = 765). Red value is 57 (22.66% from 255 or 57.58% from 99); Green value is 19 (7.81% from 255 or 19.19% from 99); Blue value is 23 (9.38% from 255 or 23.23% from 99); Max value from RGB is 57 - color contains mainly: red. Hex color #391317 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #391317 is #C6ECE8. Grayscale: #1E1E1E. Windows color (decimal): -13036777 or 1512249. OLE color: 1512249.

HSL color Cylindrical-coordinate representation of color #391317: hue angle of 353.68º degrees, saturation: 0.5, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #391317 is Cyan = 0, Magento = 0.67, Yellow = 0.60 and Black (K on CMYK) = 0.78.

Color convert

RGB 57 19 23 -
CMYK 0 0.67 0.60 0.78
HSL 353.68º 0.5% 0.15% -
HSV(B) 353.68º 0.67% 0.22% -
XYZ 2.07 1.4 0.97 -
YUV 30.82 123.59 146.67 -
System Red Green Blue C M Y K H S L
Decimal 57 19 23 0 0.67 0.60 0.78 353.68 0.5 0.15
Hex 39 13 17 0 43 3C 4E 162 32 F
Octal 71 23 27 0 103 74 116 542 62 17
Binary 111001 10011 10111 0 1000011 111100 1001110 101100010 110010 1111

Color Harmonies of #391317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391317

Black with #391317

Text Example


Text Example

White with #391317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #391317; }

 p { color: rgb(57,19,23); }

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

background-color css

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

 a { background-color: rgb(57,19,23); }

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

border-color css

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

 span { border-color: rgb(57,19,23); }

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