#39191D

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

Shades of Rustic Red #39191D

Tints of Rustic Red #39191D

Color information

#39191D (or 0x39191D) is unknown color: approx Rustic Red. HEX triplet: 39, 19 and 1D. RGB value is (57,25,29). Sum of RGB (Red+Green+Blue) = 57+25+29=111 (14% of max value = 765). Red value is 57 (22.66% from 255 or 51.35% from 111); Green value is 25 (10.16% from 255 or 22.52% from 111); Blue value is 29 (11.72% from 255 or 26.13% from 111); Max value from RGB is 57 - color contains mainly: red. Hex color #39191D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #39191D is #C6E6E2. Grayscale: #232323. Windows color (decimal): -13035235 or 1907001. OLE color: 1907001.

HSL color Cylindrical-coordinate representation of color #39191D: hue angle of 352.5º degrees, saturation: 0.39, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #39191D is Cyan = 0, Magento = 0.56, Yellow = 0.49 and Black (K on CMYK) = 0.78.

Color convert

RGB572529-
CMYK00.560.490.78
HSL352.5º39.02%16.08%-
HSV(B)352.5º56.14%22.35%-
XYZ2.261.651.36-
YUV35.02124.6143.67-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 51.35%
GREEN value IS 25 (10.16% from 255) = 22.52%
BLUE value IS 29 (11.72% from 255) = 26.13%
R=51.35%
G=22.52%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.49
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57252900.560.490.78352.539.0216.08
Hex39191D038314E1602710
Octal713135070611165404720
Binary11100111001111010111000110001100111010110000010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39191D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39191D; }

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

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

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

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

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

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

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

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