#351521

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

Shades of Temptress #351521

Tints of Temptress #351521

Color information

#351521 (or 0x351521) is unknown color: approx Temptress. HEX triplet: 35, 15 and 21. RGB value is (53,21,33). Sum of RGB (Red+Green+Blue) = 53+21+33=107 (14% of max value = 765). Red value is 53 (21.09% from 255 or 49.53% from 107); Green value is 21 (8.59% from 255 or 19.63% from 107); Blue value is 33 (13.28% from 255 or 30.84% from 107); Max value from RGB is 53 - color contains mainly: red. Hex color #351521 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351521 is #CAEADE. Grayscale: #1F1F1F. Windows color (decimal): -13298399 or 2168117. OLE color: 2168117.

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

Color convert

RGB532133-
CMYK00.600.380.79
HSL337.5º43.24%14.51%-
HSV(B)337.5º60.38%20.78%-
XYZ2.011.41.6-
YUV31.94128.6143.02-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 49.53%
GREEN value IS 21 (8.59% from 255) = 19.63%
BLUE value IS 33 (13.28% from 255) = 30.84%
R=49.53%
G=19.63%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.38
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53213300.600.380.79337.543.2414.51
Hex35152103C264F1522bf
Octal652541074461175225317
Binary11010110101100001011110010011010011111010100101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351521; }

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

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

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

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

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

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

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

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