#351420

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

Shades of Temptress #351420

Tints of Temptress #351420

Color information

#351420 (or 0x351420) is unknown color: approx Temptress. HEX triplet: 35, 14 and 20. RGB value is (53,20,32). Sum of RGB (Red+Green+Blue) = 53+20+32=105 (13% of max value = 765). Red value is 53 (21.09% from 255 or 50.48% from 105); Green value is 20 (8.20% from 255 or 19.05% from 105); Blue value is 32 (12.89% from 255 or 30.48% from 105); Max value from RGB is 53 - color contains mainly: red. Hex color #351420 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351420 is #CAEBDF. Grayscale: #1F1F1F. Windows color (decimal): -13298656 or 2102325. OLE color: 2102325.

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

Color convert

RGB532032-
CMYK00.620.400.79
HSL338.18º45.21%14.31%-
HSV(B)338.18º62.26%20.78%-
XYZ1.981.361.52-
YUV31.23128.43143.52-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 50.48%
GREEN value IS 20 (8.20% from 255) = 19.05%
BLUE value IS 32 (12.89% from 255) = 30.48%
R=50.48%
G=19.05%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.40
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53203200.620.400.79338.1845.2114.31
Hex35142003E284F1522de
Octal652440076501175225516
Binary11010110100100000011111010100010011111010100101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351420; }

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

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

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

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

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

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

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

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