#391718

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

Shades of Rustic Red #391718

Tints of Rustic Red #391718

Color information

#391718 (or 0x391718) is unknown color: approx Rustic Red. HEX triplet: 39, 17 and 18. RGB value is (57,23,24). Sum of RGB (Red+Green+Blue) = 57+23+24=104 (13% of max value = 765). Red value is 57 (22.66% from 255 or 54.81% from 104); Green value is 23 (9.38% from 255 or 22.12% from 104); Blue value is 24 (9.77% from 255 or 23.08% from 104); Max value from RGB is 57 - color contains mainly: red. Hex color #391718 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #391718 is #C6E8E7. Grayscale: #212121. Windows color (decimal): -13035752 or 1578809. OLE color: 1578809.

HSL color Cylindrical-coordinate representation of color #391718: hue angle of 358.24º degrees, saturation: 0.42, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #391718 is Cyan = 0, Magento = 0.60, Yellow = 0.58 and Black (K on CMYK) = 0.78.

Color convert

RGB572324-
CMYK00.600.580.78
HSL358.24º42.5%15.69%-
HSV(B)358.24º59.65%22.35%-
XYZ2.161.551.05-
YUV33.28122.76144.92-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 54.81%
GREEN value IS 23 (9.38% from 255) = 22.12%
BLUE value IS 24 (9.77% from 255) = 23.08%
R=54.81%
G=22.12%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.58
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57232400.600.580.78358.2442.515.69
Hex39171803C3A4E1662a10
Octal712730074721165465220
Binary11100110111110000111100111010100111010110011010101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391718; }

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

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

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

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

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

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

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

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