#351921

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

Shades of Temptress #351921

Tints of Temptress #351921

Color information

#351921 (or 0x351921) is unknown color: approx Temptress. HEX triplet: 35, 19 and 21. RGB value is (53,25,33). Sum of RGB (Red+Green+Blue) = 53+25+33=111 (14% of max value = 765). Red value is 53 (21.09% from 255 or 47.75% from 111); Green value is 25 (10.16% from 255 or 22.52% from 111); Blue value is 33 (13.28% from 255 or 29.73% from 111); Max value from RGB is 53 - color contains mainly: red. Hex color #351921 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351921 is #CAE6DE. Grayscale: #222222. Windows color (decimal): -13297375 or 2169141. OLE color: 2169141.

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

Color convert

RGB532533-
CMYK00.530.380.79
HSL342.86º35.9%15.29%-
HSV(B)342.86º52.83%20.78%-
XYZ2.091.561.63-
YUV34.28127.28141.35-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 47.75%
GREEN value IS 25 (10.16% from 255) = 22.52%
BLUE value IS 33 (13.28% from 255) = 29.73%
R=47.75%
G=22.52%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.38
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53253300.530.380.79342.8635.915.29
Hex351921035264F15724f
Octal653141065461175274417
Binary11010111001100001011010110011010011111010101111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351921; }

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

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

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

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

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

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

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

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