#271319

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

Shades of Rustic Red #271319

Tints of Rustic Red #271319

Color information

#271319 (or 0x271319) is unknown color: approx Rustic Red. HEX triplet: 27, 13 and 19. RGB value is (39,19,25). Sum of RGB (Red+Green+Blue) = 39+19+25=83 (10% of max value = 765). Red value is 39 (15.62% from 255 or 46.99% from 83); Green value is 19 (7.81% from 255 or 22.89% from 83); Blue value is 25 (10.16% from 255 or 30.12% from 83); Max value from RGB is 39 - color contains mainly: red. Hex color #271319 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #271319 is #D8ECE6. Grayscale: #191919. Windows color (decimal): -14216423 or 1643303. OLE color: 1643303.

HSL color Cylindrical-coordinate representation of color #271319: hue angle of 342º 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 #271319 is Cyan = 0, Magento = 0.51, Yellow = 0.36 and Black (K on CMYK) = 0.85.

Color convert

RGB391925-
CMYK00.510.360.85
HSL342º34.48%11.37%-
HSV(B)342º51.28%15.29%-
XYZ1.250.971.04-
YUV25.66127.63137.51-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 46.99%
GREEN value IS 19 (7.81% from 255) = 22.89%
BLUE value IS 25 (10.16% from 255) = 30.12%
R=46.99%
G=22.89%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.36
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39192500.510.360.8534234.4811.37
Hex271319033245515622b
Octal472331063441255264213
Binary1001111001111001011001110010010101011010101101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271319; }

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

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

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

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

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

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

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

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