#371F21

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

Shades of Rustic Red #371F21

Tints of Rustic Red #371F21

Color information

#371F21 (or 0x371F21) is unknown color: approx Rustic Red. HEX triplet: 37, 1F and 21. RGB value is (55,31,33). Sum of RGB (Red+Green+Blue) = 55+31+33=119 (15% of max value = 765). Red value is 55 (21.88% from 255 or 46.22% from 119); Green value is 31 (12.5% from 255 or 26.05% from 119); Blue value is 33 (13.28% from 255 or 27.73% from 119); Max value from RGB is 55 - color contains mainly: red. Hex color #371F21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #371F21 is #C8E0DE. Grayscale: #262626. Windows color (decimal): -13164767 or 2170679. OLE color: 2170679.

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

Color convert

RGB553133-
CMYK00.440.40.78
HSL355º27.91%16.86%-
HSV(B)355º43.64%21.57%-
XYZ2.341.91.68-
YUV38.4124.95139.84-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 46.22%
GREEN value IS 31 (12.5% from 255) = 26.05%
BLUE value IS 33 (13.28% from 255) = 27.73%
R=46.22%
G=26.05%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.4
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55313300.440.40.7835527.9116.86
Hex371F2102C284E1631c11
Octal673741054501165433421
Binary11011111111100001010110010100010011101011000111110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371F21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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