#35171F

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

Shades of Temptress #35171F

Tints of Temptress #35171F

Color information

#35171F (or 0x35171F) is unknown color: approx Temptress. HEX triplet: 35, 17 and 1F. RGB value is (53,23,31). Sum of RGB (Red+Green+Blue) = 53+23+31=107 (14% of max value = 765). Red value is 53 (21.09% from 255 or 49.53% from 107); Green value is 23 (9.38% from 255 or 21.50% from 107); Blue value is 31 (12.5% from 255 or 28.97% from 107); Max value from RGB is 53 - color contains mainly: red. Hex color #35171F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35171F is #CAE8E0. Grayscale: #202020. Windows color (decimal): -13297889 or 2037557. OLE color: 2037557.

HSL color Cylindrical-coordinate representation of color #35171F: hue angle of 344º degrees, saturation: 0.39, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #35171F is Cyan = 0, Magento = 0.57, Yellow = 0.42 and Black (K on CMYK) = 0.79.

Color convert

RGB532331-
CMYK00.570.420.79
HSL344º39.47%14.9%-
HSV(B)344º56.6%20.78%-
XYZ2.021.471.47-
YUV32.88126.94142.35-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 49.53%
GREEN value IS 23 (9.38% from 255) = 21.50%
BLUE value IS 31 (12.5% from 255) = 28.97%
R=49.53%
G=21.50%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.42
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53233100.570.420.7934439.4714.9
Hex35171F0392A4F15827f
Octal652737071521175304717
Binary1101011011111111011100110101010011111010110001001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35171F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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