#271517

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

Shades of Rustic Red #271517

Tints of Rustic Red #271517

Color information

#271517 (or 0x271517) is unknown color: approx Rustic Red. HEX triplet: 27, 15 and 17. RGB value is (39,21,23). Sum of RGB (Red+Green+Blue) = 39+21+23=83 (10% of max value = 765). Red value is 39 (15.62% from 255 or 46.99% from 83); Green value is 21 (8.59% from 255 or 25.30% from 83); Blue value is 23 (9.38% from 255 or 27.71% from 83); Max value from RGB is 39 - color contains mainly: red. Hex color #271517 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #271517 is #D8EAE8. Grayscale: #1A1A1A. Windows color (decimal): -14215913 or 1512743. OLE color: 1512743.

HSL color Cylindrical-coordinate representation of color #271517: hue angle of 353.33º degrees, saturation: 0.3, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #271517 is Cyan = 0, Magento = 0.46, Yellow = 0.41 and Black (K on CMYK) = 0.85.

Color convert

RGB392123-
CMYK00.460.410.85
HSL353.33º30%11.76%-
HSV(B)353.33º46.15%15.29%-
XYZ1.261.030.94-
YUV26.61125.96136.84-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 46.99%
GREEN value IS 21 (8.59% from 255) = 25.30%
BLUE value IS 23 (9.38% from 255) = 27.71%
R=46.99%
G=25.30%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.41
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39212300.460.410.85353.333011.76
Hex27151702E29551611ec
Octal472527056511255413614
Binary100111101011011101011101010011010101101100001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271517; }

 p { color: rgb(39,21,23); }

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

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

 a { background-color: rgb(39,21,23); }

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

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

 span { border-color: rgb(39,21,23); }

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