#311520

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

Shades of Temptress #311520

Tints of Temptress #311520

Color information

#311520 (or 0x311520) is unknown color: approx Temptress. HEX triplet: 31, 15 and 20. RGB value is (49,21,32). Sum of RGB (Red+Green+Blue) = 49+21+32=102 (13% of max value = 765). Red value is 49 (19.53% from 255 or 48.04% from 102); Green value is 21 (8.59% from 255 or 20.59% from 102); Blue value is 32 (12.89% from 255 or 31.37% from 102); Max value from RGB is 49 - color contains mainly: red. Hex color #311520 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311520 is #CEEADF. Grayscale: #1E1E1E. Windows color (decimal): -13560544 or 2102577. OLE color: 2102577.

HSL color Cylindrical-coordinate representation of color #311520: hue angle of 336.43º degrees, saturation: 0.4, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #311520 is Cyan = 0, Magento = 0.57, Yellow = 0.35 and Black (K on CMYK) = 0.81.

Color convert

RGB492132-
CMYK00.570.350.81
HSL336.43º40%13.73%-
HSV(B)336.43º57.14%19.22%-
XYZ1.81.291.52-
YUV30.63128.78141.11-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 48.04%
GREEN value IS 21 (8.59% from 255) = 20.59%
BLUE value IS 32 (12.89% from 255) = 31.37%
R=48.04%
G=20.59%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.35
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49213200.570.350.81336.434013.73
Hex311520039235115028e
Octal612540071431215205016
Binary11000110101100000011100110001110100011010100001010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311520; }

 p { color: rgb(49,21,32); }

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

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

 a { background-color: rgb(49,21,32); }

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

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

 span { border-color: rgb(49,21,32); }

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