#27191B

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

Shades of Rustic Red #27191B

Tints of Rustic Red #27191B

Color information

#27191B (or 0x27191B) is unknown color: approx Rustic Red. HEX triplet: 27, 19 and 1B. RGB value is (39,25,27). Sum of RGB (Red+Green+Blue) = 39+25+27=91 (12% of max value = 765). Red value is 39 (15.62% from 255 or 42.86% from 91); Green value is 25 (10.16% from 255 or 27.47% from 91); Blue value is 27 (10.94% from 255 or 29.67% from 91); Max value from RGB is 39 - color contains mainly: red. Hex color #27191B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27191B is #D8E6E4. Grayscale: #1D1D1D. Windows color (decimal): -14214885 or 1775911. OLE color: 1775911.

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

Color convert

RGB392527-
CMYK00.360.310.85
HSL351.43º21.88%12.55%-
HSV(B)351.43º35.9%15.29%-
XYZ1.381.211.2-
YUV29.41126.64134.84-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 42.86%
GREEN value IS 25 (10.16% from 255) = 27.47%
BLUE value IS 27 (10.94% from 255) = 29.67%
R=42.86%
G=27.47%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.31
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39252700.360.310.85351.4321.8812.55
Hex27191B0241F5515f16d
Octal473133044371255372615
Binary10011111001110110100100111111010101101011111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27191B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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