#271314

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

Shades of Rustic Red #271314

Tints of Rustic Red #271314

Color information

#271314 (or 0x271314) is unknown color: approx Rustic Red. HEX triplet: 27, 13 and 14. RGB value is (39,19,20). Sum of RGB (Red+Green+Blue) = 39+19+20=78 (10% of max value = 765). Red value is 39 (15.62% from 255 or 50% from 78); Green value is 19 (7.81% from 255 or 24.36% from 78); Blue value is 20 (8.20% from 255 or 25.64% from 78); Max value from RGB is 39 - color contains mainly: red. Hex color #271314 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #271314 is #D8ECEB. Grayscale: #191919. Windows color (decimal): -14216428 or 1315623. OLE color: 1315623.

HSL color Cylindrical-coordinate representation of color #271314: hue angle of 357º degrees, saturation: 0.34, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #271314 is Cyan = 0, Magento = 0.51, Yellow = 0.49 and Black (K on CMYK) = 0.85.

Color convert

RGB391920-
CMYK00.510.490.85
HSL357º34.48%11.37%-
HSV(B)357º51.28%15.29%-
XYZ1.20.950.78-
YUV25.09125.13137.92-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 50%
GREEN value IS 19 (7.81% from 255) = 24.36%
BLUE value IS 20 (8.20% from 255) = 25.64%
R=50%
G=24.36%
B=25.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.49
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39192000.510.490.8535734.4811.37
Hex271314033315516522b
Octal472324063611255454213
Binary1001111001110100011001111000110101011011001011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271314; }

 p { color: rgb(39,19,20); }

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

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

 a { background-color: rgb(39,19,20); }

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

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

 span { border-color: rgb(39,19,20); }

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