#39141D

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

Shades of Rustic Red #39141D

Tints of Rustic Red #39141D

Color information

#39141D (or 0x39141D) is unknown color: approx Rustic Red. HEX triplet: 39, 14 and 1D. RGB value is (57,20,29). Sum of RGB (Red+Green+Blue) = 57+20+29=106 (14% of max value = 765). Red value is 57 (22.66% from 255 or 53.77% from 106); Green value is 20 (8.20% from 255 or 18.87% from 106); Blue value is 29 (11.72% from 255 or 27.36% from 106); Max value from RGB is 57 - color contains mainly: red. Hex color #39141D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #39141D is #C6EBE2. Grayscale: #202020. Windows color (decimal): -13036515 or 1905721. OLE color: 1905721.

HSL color Cylindrical-coordinate representation of color #39141D: hue angle of 345.41º 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 #39141D is Cyan = 0, Magento = 0.65, Yellow = 0.49 and Black (K on CMYK) = 0.78.

Color convert

RGB572029-
CMYK00.650.490.78
HSL345.41º48.05%15.1%-
HSV(B)345.41º64.91%22.35%-
XYZ2.161.461.33-
YUV32.09126.26145.77-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 53.77%
GREEN value IS 20 (8.20% from 255) = 18.87%
BLUE value IS 29 (11.72% from 255) = 27.36%
R=53.77%
G=18.87%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.49
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57202900.650.490.78345.4148.0515.1
Hex39141D041314E15930f
Octal7124350101611165316017
Binary11100110100111010100000111000110011101010110011100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39141D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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