#34171F

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

Shades of Temptress #34171F

Tints of Temptress #34171F

Color information

#34171F (or 0x34171F) is unknown color: approx Temptress. HEX triplet: 34, 17 and 1F. RGB value is (52,23,31). Sum of RGB (Red+Green+Blue) = 52+23+31=106 (14% of max value = 765). Red value is 52 (20.70% from 255 or 49.06% from 106); Green value is 23 (9.38% from 255 or 21.70% from 106); Blue value is 31 (12.5% from 255 or 29.25% from 106); Max value from RGB is 52 - color contains mainly: red. Hex color #34171F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34171F is #CBE8E0. Grayscale: #202020. Windows color (decimal): -13363425 or 2037556. OLE color: 2037556.

HSL color Cylindrical-coordinate representation of color #34171F: hue angle of 343.45º degrees, saturation: 0.39, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #34171F is Cyan = 0, Magento = 0.56, Yellow = 0.40 and Black (K on CMYK) = 0.80.

Color convert

RGB522331-
CMYK00.560.400.80
HSL343.45º38.67%14.71%-
HSV(B)343.45º55.77%20.39%-
XYZ1.971.441.47-
YUV32.58127.11141.85-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 49.06%
GREEN value IS 23 (9.38% from 255) = 21.70%
BLUE value IS 31 (12.5% from 255) = 29.25%
R=49.06%
G=21.70%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.40
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52233100.560.400.80343.4538.6714.71
Hex34171F038285015727f
Octal642737070501205274717
Binary1101001011111111011100010100010100001010101111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34171F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34171F; }

 p { color: rgb(52,23,31); }

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

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

 a { background-color: rgb(52,23,31); }

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

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

 span { border-color: rgb(52,23,31); }

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