#271719

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

Shades of Rustic Red #271719

Tints of Rustic Red #271719

Color information

#271719 (or 0x271719) is unknown color: approx Rustic Red. HEX triplet: 27, 17 and 19. RGB value is (39,23,25). Sum of RGB (Red+Green+Blue) = 39+23+25=87 (11% of max value = 765). Red value is 39 (15.62% from 255 or 44.83% from 87); Green value is 23 (9.38% from 255 or 26.44% from 87); Blue value is 25 (10.16% from 255 or 28.74% from 87); Max value from RGB is 39 - color contains mainly: red. Hex color #271719 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #271719 is #D8E8E6. Grayscale: #1C1C1C. Windows color (decimal): -14215399 or 1644327. OLE color: 1644327.

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

Color convert

RGB392325-
CMYK00.410.360.85
HSL352.5º25.81%12.16%-
HSV(B)352.5º41.03%15.29%-
XYZ1.321.111.07-
YUV28.01126.3135.84-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 44.83%
GREEN value IS 23 (9.38% from 255) = 26.44%
BLUE value IS 25 (10.16% from 255) = 28.74%
R=44.83%
G=26.44%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.36
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39232500.410.360.85352.525.8112.16
Hex27171902924551601ac
Octal472731051441255403214
Binary100111101111100101010011001001010101101100000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271719

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271719; }

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

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

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

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

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

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

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

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