#271019

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

Shades of Temptress #271019

Tints of Temptress #271019

Color information

#271019 (or 0x271019) is unknown color: approx Temptress. HEX triplet: 27, 10 and 19. RGB value is (39,16,25). Sum of RGB (Red+Green+Blue) = 39+16+25=80 (10% of max value = 765). Red value is 39 (15.62% from 255 or 48.75% from 80); Green value is 16 (6.64% from 255 or 20% from 80); Blue value is 25 (10.16% from 255 or 31.25% from 80); Max value from RGB is 39 - color contains mainly: red. Hex color #271019 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #271019 is #D8EFE6. Grayscale: #171717. Windows color (decimal): -14217191 or 1642535. OLE color: 1642535.

HSL color Cylindrical-coordinate representation of color #271019: hue angle of 336.52º 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 #271019 is Cyan = 0, Magento = 0.59, Yellow = 0.36 and Black (K on CMYK) = 0.85.

Color convert

RGB391625-
CMYK00.590.360.85
HSL336.52º41.82%10.78%-
HSV(B)336.52º58.97%15.29%-
XYZ1.20.871.02-
YUV23.9128.62138.77-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 48.75%
GREEN value IS 16 (6.64% from 255) = 20%
BLUE value IS 25 (10.16% from 255) = 31.25%
R=48.75%
G=20%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.36
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39162500.590.360.85336.5241.8210.78
Hex27101903B24551512ab
Octal472031073441255215213
Binary1001111000011001011101110010010101011010100011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271019; }

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

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

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

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

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

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

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

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