#371D1F

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

Shades of Rustic Red #371D1F

Tints of Rustic Red #371D1F

Color information

#371D1F (or 0x371D1F) is unknown color: approx Rustic Red. HEX triplet: 37, 1D and 1F. RGB value is (55,29,31). Sum of RGB (Red+Green+Blue) = 55+29+31=115 (15% of max value = 765). Red value is 55 (21.88% from 255 or 47.83% from 115); Green value is 29 (11.72% from 255 or 25.22% from 115); Blue value is 31 (12.5% from 255 or 26.96% from 115); Max value from RGB is 55 - color contains mainly: red. Hex color #371D1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #371D1F is #C8E2E0. Grayscale: #252525. Windows color (decimal): -13165281 or 2039095. OLE color: 2039095.

HSL color Cylindrical-coordinate representation of color #371D1F: hue angle of 355.38º degrees, saturation: 0.31, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #371D1F is Cyan = 0, Magento = 0.47, Yellow = 0.44 and Black (K on CMYK) = 0.78.

Color convert

RGB552931-
CMYK00.470.440.78
HSL355.38º30.95%16.47%-
HSV(B)355.38º47.27%21.57%-
XYZ2.261.791.52-
YUV37124.61140.84-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 47.83%
GREEN value IS 29 (11.72% from 255) = 25.22%
BLUE value IS 31 (12.5% from 255) = 26.96%
R=47.83%
G=25.22%
B=26.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.44
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55293100.470.440.78355.3830.9516.47
Hex371D1F02F2C4E1631f10
Octal673537057541165433720
Binary1101111110111111010111110110010011101011000111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371D1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371D1F; }

 p { color: rgb(55,29,31); }

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

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

 a { background-color: rgb(55,29,31); }

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

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

 span { border-color: rgb(55,29,31); }

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