#271219

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

Shades of Rustic Red #271219

Tints of Rustic Red #271219

Color information

#271219 (or 0x271219) is unknown color: approx Rustic Red. HEX triplet: 27, 12 and 19. RGB value is (39,18,25). Sum of RGB (Red+Green+Blue) = 39+18+25=82 (10% of max value = 765). Red value is 39 (15.62% from 255 or 47.56% from 82); Green value is 18 (7.42% from 255 or 21.95% from 82); Blue value is 25 (10.16% from 255 or 30.49% from 82); Max value from RGB is 39 - color contains mainly: red. Hex color #271219 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #271219 is #D8EDE6. Grayscale: #191919. Windows color (decimal): -14216679 or 1643047. OLE color: 1643047.

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

Color convert

RGB391825-
CMYK00.540.360.85
HSL340º36.84%11.18%-
HSV(B)340º53.85%15.29%-
XYZ1.230.931.04-
YUV25.08127.96137.93-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 47.56%
GREEN value IS 18 (7.42% from 255) = 21.95%
BLUE value IS 25 (10.16% from 255) = 30.49%
R=47.56%
G=21.95%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.36
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39182500.540.360.8534036.8411.18
Hex271219036245515425b
Octal472231066441255244513
Binary1001111001011001011011010010010101011010101001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271219; }

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

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

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

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

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

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

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

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