#352025

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

Shades of Temptress #352025

Tints of Temptress #352025

Color information

#352025 (or 0x352025) is unknown color: approx Temptress. HEX triplet: 35, 20 and 25. RGB value is (53,32,37). Sum of RGB (Red+Green+Blue) = 53+32+37=122 (16% of max value = 765). Red value is 53 (21.09% from 255 or 43.44% from 122); Green value is 32 (12.89% from 255 or 26.23% from 122); Blue value is 37 (14.84% from 255 or 30.33% from 122); Max value from RGB is 53 - color contains mainly: red. Hex color #352025 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352025 is #CADFDA. Grayscale: #262626. Windows color (decimal): -13295579 or 2433077. OLE color: 2433077.

HSL color Cylindrical-coordinate representation of color #352025: hue angle of 345.71º degrees, saturation: 0.25, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #352025 is Cyan = 0, Magento = 0.40, Yellow = 0.30 and Black (K on CMYK) = 0.79.

Color convert

RGB533237-
CMYK00.400.300.79
HSL345.71º24.71%16.67%-
HSV(B)345.71º39.62%20.78%-
XYZ2.321.922-
YUV38.85126.96138.09-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 43.44%
GREEN value IS 32 (12.89% from 255) = 26.23%
BLUE value IS 37 (14.84% from 255) = 30.33%
R=43.44%
G=26.23%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.30
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53323700.400.300.79345.7124.7116.67
Hex3520250281E4F15a1911
Octal654045050361175323121
Binary11010110000010010101010001111010011111010110101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352025; }

 p { color: rgb(53,32,37); }

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

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

 a { background-color: rgb(53,32,37); }

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

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

 span { border-color: rgb(53,32,37); }

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