#352127

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

Shades of Temptress #352127

Tints of Temptress #352127

Color information

#352127 (or 0x352127) is unknown color: approx Temptress. HEX triplet: 35, 21 and 27. RGB value is (53,33,39). Sum of RGB (Red+Green+Blue) = 53+33+39=125 (16% of max value = 765). Red value is 53 (21.09% from 255 or 42.4% from 125); Green value is 33 (13.28% from 255 or 26.4% from 125); Blue value is 39 (15.62% from 255 or 31.2% from 125); Max value from RGB is 53 - color contains mainly: red. Hex color #352127 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352127 is #CADED8. Grayscale: #272727. Windows color (decimal): -13295321 or 2564405. OLE color: 2564405.

HSL color Cylindrical-coordinate representation of color #352127: hue angle of 342º degrees, saturation: 0.23, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #352127 is Cyan = 0, Magento = 0.38, Yellow = 0.26 and Black (K on CMYK) = 0.79.

Color convert

RGB533339-
CMYK00.380.260.79
HSL342º23.26%16.86%-
HSV(B)342º37.74%20.78%-
XYZ2.381.992.18-
YUV39.66127.63137.51-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 42.4%
GREEN value IS 33 (13.28% from 255) = 26.4%
BLUE value IS 39 (15.62% from 255) = 31.2%
R=42.4%
G=26.4%
B=31.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.26
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53333900.380.260.7934223.2616.86
Hex3521270261A4F1561711
Octal654147046321175262721
Binary11010110000110011101001101101010011111010101101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352127; }

 p { color: rgb(53,33,39); }

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

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

 a { background-color: rgb(53,33,39); }

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

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

 span { border-color: rgb(53,33,39); }

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