#27141B

Color #27141B Temptress (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Temptress #27141B

Tints of Temptress #27141B

Color information

#27141B (or 0x27141B) is unknown color: approx Temptress. HEX triplet: 27, 14 and 1B. RGB value is (39,20,27). Sum of RGB (Red+Green+Blue) = 39+20+27=86 (11% of max value = 765). Red value is 39 (15.62% from 255 or 45.35% from 86); Green value is 20 (8.20% from 255 or 23.26% from 86); Blue value is 27 (10.94% from 255 or 31.40% from 86); Max value from RGB is 39 - color contains mainly: red. Hex color #27141B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27141B is #D8EBE4. Grayscale: #1A1A1A. Windows color (decimal): -14216165 or 1774631. OLE color: 1774631.

HSL color Cylindrical-coordinate representation of color #27141B: hue angle of 337.89º degrees, saturation: 0.32, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #27141B is Cyan = 0, Magento = 0.49, Yellow = 0.31 and Black (K on CMYK) = 0.85.

Color convert

RGB392027-
CMYK00.490.310.85
HSL337.89º32.2%11.57%-
HSV(B)337.89º48.72%15.29%-
XYZ1.281.011.16-
YUV26.48128.29136.93-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 45.35%
GREEN value IS 20 (8.20% from 255) = 23.26%
BLUE value IS 27 (10.94% from 255) = 31.40%
R=45.35%
G=23.26%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.31
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39202700.490.310.85337.8932.211.57
Hex27141B0311F5515220c
Octal472433061371255224014
Binary100111101001101101100011111110101011010100101000001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27141B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27141B; }

 p { color: rgb(39,20,27); }

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

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

 a { background-color: rgb(39,20,27); }

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

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

 span { border-color: rgb(39,20,27); }

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