#35141E

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

Shades of Temptress #35141E

Tints of Temptress #35141E

Color information

#35141E (or 0x35141E) is unknown color: approx Temptress. HEX triplet: 35, 14 and 1E. RGB value is (53,20,30). Sum of RGB (Red+Green+Blue) = 53+20+30=103 (13% of max value = 765). Red value is 53 (21.09% from 255 or 51.46% from 103); Green value is 20 (8.20% from 255 or 19.42% from 103); Blue value is 30 (12.11% from 255 or 29.13% from 103); Max value from RGB is 53 - color contains mainly: red. Hex color #35141E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35141E is #CAEBE1. Grayscale: #1E1E1E. Windows color (decimal): -13298658 or 1971253. OLE color: 1971253.

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

Color convert

RGB532030-
CMYK00.620.430.79
HSL341.82º45.21%14.31%-
HSV(B)341.82º62.26%20.78%-
XYZ1.951.351.39-
YUV31.01127.43143.69-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 51.46%
GREEN value IS 20 (8.20% from 255) = 19.42%
BLUE value IS 30 (12.11% from 255) = 29.13%
R=51.46%
G=19.42%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.43
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53203000.620.430.79341.8245.2114.31
Hex35141E03E2B4F1562de
Octal652436076531175265516
Binary1101011010011110011111010101110011111010101101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35141E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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