#271017

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

Shades of Rustic Red #271017

Tints of Rustic Red #271017

Color information

#271017 (or 0x271017) is unknown color: approx Rustic Red. HEX triplet: 27, 10 and 17. RGB value is (39,16,23). Sum of RGB (Red+Green+Blue) = 39+16+23=78 (10% of max value = 765). Red value is 39 (15.62% from 255 or 50% from 78); Green value is 16 (6.64% from 255 or 20.51% from 78); Blue value is 23 (9.38% from 255 or 29.49% from 78); Max value from RGB is 39 - color contains mainly: red. Hex color #271017 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #271017 is #D8EFE8. Grayscale: #171717. Windows color (decimal): -14217193 or 1511463. OLE color: 1511463.

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

Color convert

RGB391623-
CMYK00.590.410.85
HSL341.74º41.82%10.78%-
HSV(B)341.74º58.97%15.29%-
XYZ1.180.860.92-
YUV23.67127.62138.93-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 50%
GREEN value IS 16 (6.64% from 255) = 20.51%
BLUE value IS 23 (9.38% from 255) = 29.49%
R=50%
G=20.51%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.41
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39162300.590.410.85341.7441.8210.78
Hex27101703B29551562ab
Octal472027073511255265213
Binary1001111000010111011101110100110101011010101101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271017; }

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

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

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

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

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

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

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

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