#351A21

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

Shades of Temptress #351A21

Tints of Temptress #351A21

Color information

#351A21 (or 0x351A21) is unknown color: approx Temptress. HEX triplet: 35, 1A and 21. RGB value is (53,26,33). Sum of RGB (Red+Green+Blue) = 53+26+33=112 (14% of max value = 765). Red value is 53 (21.09% from 255 or 47.32% from 112); Green value is 26 (10.55% from 255 or 23.21% from 112); Blue value is 33 (13.28% from 255 or 29.46% from 112); Max value from RGB is 53 - color contains mainly: red. Hex color #351A21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #351A21 is #CAE5DE. Grayscale: #222222. Windows color (decimal): -13297119 or 2169397. OLE color: 2169397.

HSL color Cylindrical-coordinate representation of color #351A21: hue angle of 344.44º degrees, saturation: 0.34, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #351A21 is Cyan = 0, Magento = 0.51, Yellow = 0.38 and Black (K on CMYK) = 0.79.

Color convert

RGB532633-
CMYK00.510.380.79
HSL344.44º34.18%15.49%-
HSV(B)344.44º50.94%20.78%-
XYZ2.111.611.64-
YUV34.87126.95140.93-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 47.32%
GREEN value IS 26 (10.55% from 255) = 23.21%
BLUE value IS 33 (13.28% from 255) = 29.46%
R=47.32%
G=23.21%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.38
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53263300.510.380.79344.4434.1815.49
Hex351A21033264F15822f
Octal653241063461175304217
Binary11010111010100001011001110011010011111010110001000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351A21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351A21; }

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

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

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

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

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

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

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

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