#35151D

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

Shades of Temptress #35151D

Tints of Temptress #35151D

Color information

#35151D (or 0x35151D) is unknown color: approx Temptress. HEX triplet: 35, 15 and 1D. RGB value is (53,21,29). Sum of RGB (Red+Green+Blue) = 53+21+29=103 (13% of max value = 765). Red value is 53 (21.09% from 255 or 51.46% from 103); Green value is 21 (8.59% from 255 or 20.39% from 103); Blue value is 29 (11.72% from 255 or 28.16% from 103); Max value from RGB is 53 - color contains mainly: red. Hex color #35151D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35151D is #CAEAE2. Grayscale: #1F1F1F. Windows color (decimal): -13298403 or 1905973. OLE color: 1905973.

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

Color convert

RGB532129-
CMYK00.600.450.79
HSL345º43.24%14.51%-
HSV(B)345º60.38%20.78%-
XYZ1.961.381.33-
YUV31.48126.6143.35-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 51.46%
GREEN value IS 21 (8.59% from 255) = 20.39%
BLUE value IS 29 (11.72% from 255) = 28.16%
R=51.46%
G=20.39%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.45
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53212900.600.450.7934543.2414.51
Hex35151D03C2D4F1592bf
Octal652535074551175315317
Binary1101011010111101011110010110110011111010110011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35151D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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