#271B1D

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

Shades of Rustic Red #271B1D

Tints of Rustic Red #271B1D

Color information

#271B1D (or 0x271B1D) is unknown color: approx Rustic Red. HEX triplet: 27, 1B and 1D. RGB value is (39,27,29). Sum of RGB (Red+Green+Blue) = 39+27+29=95 (12% of max value = 765). Red value is 39 (15.62% from 255 or 41.05% from 95); Green value is 27 (10.94% from 255 or 28.42% from 95); Blue value is 29 (11.72% from 255 or 30.53% from 95); Max value from RGB is 39 - color contains mainly: red. Hex color #271B1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #271B1D is #D8E4E2. Grayscale: #1E1E1E. Windows color (decimal): -14214371 or 1907495. OLE color: 1907495.

HSL color Cylindrical-coordinate representation of color #271B1D: hue angle of 350º degrees, saturation: 0.18, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #271B1D is Cyan = 0, Magento = 0.31, Yellow = 0.26 and Black (K on CMYK) = 0.85.

Color convert

RGB392729-
CMYK00.310.260.85
HSL350º18.18%12.94%-
HSV(B)350º30.77%15.29%-
XYZ1.451.31.34-
YUV30.82126.98133.84-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 41.05%
GREEN value IS 27 (10.94% from 255) = 28.42%
BLUE value IS 29 (11.72% from 255) = 30.53%
R=41.05%
G=28.42%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.26
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39272900.310.260.8535018.1812.94
Hex271B1D01F1A5515e12d
Octal473335037321255362215
Binary1001111101111101011111110101010101101011110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271B1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271B1D; }

 p { color: rgb(39,27,29); }

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

<style>
 a { background-color: #271B1D; }

 a { background-color: rgb(39,27,29); }

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

<style>
 span { border-color: #271B1D; }

 span { border-color: rgb(39,27,29); }

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