#27171A

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

Shades of Rustic Red #27171A

Tints of Rustic Red #27171A

Color information

#27171A (or 0x27171A) is unknown color: approx Rustic Red. HEX triplet: 27, 17 and 1A. RGB value is (39,23,26). Sum of RGB (Red+Green+Blue) = 39+23+26=88 (11% of max value = 765). Red value is 39 (15.62% from 255 or 44.32% from 88); Green value is 23 (9.38% from 255 or 26.14% from 88); Blue value is 26 (10.55% from 255 or 29.55% from 88); Max value from RGB is 39 - color contains mainly: red. Hex color #27171A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27171A is #D8E8E5. Grayscale: #1C1C1C. Windows color (decimal): -14215398 or 1709863. OLE color: 1709863.

HSL color Cylindrical-coordinate representation of color #27171A: hue angle of 348.75º 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 #27171A is Cyan = 0, Magento = 0.41, Yellow = 0.33 and Black (K on CMYK) = 0.85.

Color convert

RGB392326-
CMYK00.410.330.85
HSL348.75º25.81%12.16%-
HSV(B)348.75º41.03%15.29%-
XYZ1.331.121.12-
YUV28.13126.8135.76-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 44.32%
GREEN value IS 23 (9.38% from 255) = 26.14%
BLUE value IS 26 (10.55% from 255) = 29.55%
R=44.32%
G=26.14%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.33
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39232600.410.330.85348.7525.8112.16
Hex27171A029215515d1ac
Octal472732051411255353214
Binary100111101111101001010011000011010101101011101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27171A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27171A; }

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

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

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

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

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

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

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

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