#35141D

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

Shades of Temptress #35141D

Tints of Temptress #35141D

Color information

#35141D (or 0x35141D) is unknown color: approx Temptress. HEX triplet: 35, 14 and 1D. RGB value is (53,20,29). Sum of RGB (Red+Green+Blue) = 53+20+29=102 (13% of max value = 765). Red value is 53 (21.09% from 255 or 51.96% from 102); Green value is 20 (8.20% from 255 or 19.61% from 102); Blue value is 29 (11.72% from 255 or 28.43% from 102); Max value from RGB is 53 - color contains mainly: red. Hex color #35141D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35141D is #CAEBE2. Grayscale: #1E1E1E. Windows color (decimal): -13298659 or 1905717. OLE color: 1905717.

HSL color Cylindrical-coordinate representation of color #35141D: hue angle of 343.64º 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 #35141D is Cyan = 0, Magento = 0.62, Yellow = 0.45 and Black (K on CMYK) = 0.79.

Color convert

RGB532029-
CMYK00.620.450.79
HSL343.64º45.21%14.31%-
HSV(B)343.64º62.26%20.78%-
XYZ1.941.351.32-
YUV30.89126.93143.77-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 51.96%
GREEN value IS 20 (8.20% from 255) = 19.61%
BLUE value IS 29 (11.72% from 255) = 28.43%
R=51.96%
G=19.61%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.45
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53202900.620.450.79343.6445.2114.31
Hex35141D03E2D4F1582de
Octal652435076551175305516
Binary1101011010011101011111010110110011111010110001011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35141D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35141D; }

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

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

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

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

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

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

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

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