#351920

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

Shades of Temptress #351920

Tints of Temptress #351920

Color information

#351920 (or 0x351920) is unknown color: approx Temptress. HEX triplet: 35, 19 and 20. RGB value is (53,25,32). Sum of RGB (Red+Green+Blue) = 53+25+32=110 (14% of max value = 765). Red value is 53 (21.09% from 255 or 48.18% from 110); Green value is 25 (10.16% from 255 or 22.73% from 110); Blue value is 32 (12.89% from 255 or 29.09% from 110); Max value from RGB is 53 - color contains mainly: red. Hex color #351920 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351920 is #CAE6DF. Grayscale: #222222. Windows color (decimal): -13297376 or 2103605. OLE color: 2103605.

HSL color Cylindrical-coordinate representation of color #351920: hue angle of 345º degrees, saturation: 0.36, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #351920 is Cyan = 0, Magento = 0.53, Yellow = 0.40 and Black (K on CMYK) = 0.79.

Color convert

RGB532532-
CMYK00.530.400.79
HSL345º35.9%15.29%-
HSV(B)345º52.83%20.78%-
XYZ2.081.561.56-
YUV34.17126.78141.43-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 48.18%
GREEN value IS 25 (10.16% from 255) = 22.73%
BLUE value IS 32 (12.89% from 255) = 29.09%
R=48.18%
G=22.73%
B=29.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.40
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53253200.530.400.7934535.915.29
Hex351920035284F15924f
Octal653140065501175314417
Binary11010111001100000011010110100010011111010110011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351920; }

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

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

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

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

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

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

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

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