#351720

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

Shades of Temptress #351720

Tints of Temptress #351720

Color information

#351720 (or 0x351720) is unknown color: approx Temptress. HEX triplet: 35, 17 and 20. RGB value is (53,23,32). Sum of RGB (Red+Green+Blue) = 53+23+32=108 (14% of max value = 765). Red value is 53 (21.09% from 255 or 49.07% from 108); Green value is 23 (9.38% from 255 or 21.30% from 108); Blue value is 32 (12.89% from 255 or 29.63% from 108); Max value from RGB is 53 - color contains mainly: red. Hex color #351720 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351720 is #CAE8DF. Grayscale: #202020. Windows color (decimal): -13297888 or 2103093. OLE color: 2103093.

HSL color Cylindrical-coordinate representation of color #351720: hue angle of 342º 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 #351720 is Cyan = 0, Magento = 0.57, Yellow = 0.40 and Black (K on CMYK) = 0.79.

Color convert

RGB532332-
CMYK00.570.400.79
HSL342º39.47%14.9%-
HSV(B)342º56.6%20.78%-
XYZ2.041.471.54-
YUV33127.44142.27-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 49.07%
GREEN value IS 23 (9.38% from 255) = 21.30%
BLUE value IS 32 (12.89% from 255) = 29.63%
R=49.07%
G=21.30%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.40
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53233200.570.400.7934239.4714.9
Hex351720039284F15627f
Octal652740071501175264717
Binary11010110111100000011100110100010011111010101101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351720; }

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

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

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

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

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

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

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

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