#39171B

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

Shades of Rustic Red #39171B

Tints of Rustic Red #39171B

Color information

#39171B (or 0x39171B) is unknown color: approx Rustic Red. HEX triplet: 39, 17 and 1B. RGB value is (57,23,27). Sum of RGB (Red+Green+Blue) = 57+23+27=107 (14% of max value = 765). Red value is 57 (22.66% from 255 or 53.27% from 107); Green value is 23 (9.38% from 255 or 21.50% from 107); Blue value is 27 (10.94% from 255 or 25.23% from 107); Max value from RGB is 57 - color contains mainly: red. Hex color #39171B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #39171B is #C6E8E4. Grayscale: #212121. Windows color (decimal): -13035749 or 1775417. OLE color: 1775417.

HSL color Cylindrical-coordinate representation of color #39171B: hue angle of 352.94º 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 #39171B is Cyan = 0, Magento = 0.60, Yellow = 0.53 and Black (K on CMYK) = 0.78.

Color convert

RGB572327-
CMYK00.600.530.78
HSL352.94º42.5%15.69%-
HSV(B)352.94º59.65%22.35%-
XYZ2.191.561.22-
YUV33.62124.26144.67-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 53.27%
GREEN value IS 23 (9.38% from 255) = 21.50%
BLUE value IS 27 (10.94% from 255) = 25.23%
R=53.27%
G=21.50%
B=25.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.53
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57232700.600.530.78352.9442.515.69
Hex39171B03C354E1612a10
Octal712733074651165415220
Binary11100110111110110111100110101100111010110000110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39171B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39171B; }

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

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

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

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

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

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

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

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