Html Css Color HEX #391319 Rustic Red

📋 copy color: '#391319'

red 57 ◦ green 19 ◦ blue 25

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

Shades of Rustic Red #391319

Tints of Rustic Red #391319

RGB

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

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

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

R = 56.44%
G = 18.81%
B = 24.75%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.56

 K value IS 0.78

RGB Variations

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

Color information

#391319 (or 0x391319) is known color: Rustic Red. HEX triplet: 39, 13 and 19. RGB value is (57,19,25). Sum of RGB (Red+Green+Blue) = 57+19+25=101 (13% of max value = 765). Red value is 57 (22.66% from 255 or 56.44% from 101); Green value is 19 (7.81% from 255 or 18.81% from 101); Blue value is 25 (10.16% from 255 or 24.75% from 101); Max value from RGB is 57 - color contains mainly: red. Hex color #391319 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #391319 is #C6ECE6. Grayscale: #1F1F1F. Windows color (decimal): -13036775 or 1643321. OLE color: 1643321.

HSL color Cylindrical-coordinate representation of color #391319: hue angle of 350.53º 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 #391319 is Cyan = 0, Magento = 0.67, Yellow = 0.56 and Black (K on CMYK) = 0.78.

Color convert

RGB 57 19 25 -
CMYK 0 0.67 0.56 0.78
HSL 350.53º 0.5% 0.15% -
HSV(B) 350.53º 0.67% 0.22% -
XYZ 2.1 1.41 1.08 -
YUV 31.05 124.59 146.51 -
System Red Green Blue C M Y K H S L
Decimal 57 19 25 0 0.67 0.56 0.78 350.53 0.5 0.15
Hex 39 13 19 0 43 38 4E 15F 32 F
Octal 71 23 31 0 103 70 116 537 62 17
Binary 111001 10011 11001 0 1000011 111000 1001110 101011111 110010 1111

Color Harmonies of #391319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391319

Black with #391319

Text Example


Text Example

White with #391319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #391319; }

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

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

background-color css

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

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

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

border-color css

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

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

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