#391417

Color #391417 Rustic Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rustic Red #391417

Tints of Rustic Red #391417

Color information

#391417 (or 0x391417) is unknown color: approx Rustic Red. HEX triplet: 39, 14 and 17. RGB value is (57,20,23). Sum of RGB (Red+Green+Blue) = 57+20+23=100 (13% of max value = 765). Red value is 57 (22.66% from 255 or 57% from 100); Green value is 20 (8.20% from 255 or 20% from 100); Blue value is 23 (9.38% from 255 or 23% from 100); Max value from RGB is 57 - color contains mainly: red. Hex color #391417 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #391417 is #C6EBE8. Grayscale: #1F1F1F. Windows color (decimal): -13036521 or 1512505. OLE color: 1512505.

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

Color convert

RGB572023-
CMYK00.650.600.78
HSL355.14º48.05%15.1%-
HSV(B)355.14º64.91%22.35%-
XYZ2.091.430.98-
YUV31.4123.26146.26-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 57%
GREEN value IS 20 (8.20% from 255) = 20%
BLUE value IS 23 (9.38% from 255) = 23%
R=57%
G=20%
B=23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.60
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57202300.650.600.78355.1448.0515.1
Hex3914170413C4E16330f
Octal7124270101741165436017
Binary11100110100101110100000111110010011101011000111100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391417; }

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

 H1.HeaderClassName
 {
   color: #391417;
 }
 .AnyTagClassName
 {
   color: #391417;
 }
</style>
background-color css

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

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

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

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

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

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