#28151D

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

Shades of Temptress #28151D

Tints of Temptress #28151D

Color information

#28151D (or 0x28151D) is unknown color: approx Temptress. HEX triplet: 28, 15 and 1D. RGB value is (40,21,29). Sum of RGB (Red+Green+Blue) = 40+21+29=90 (11% of max value = 765). Red value is 40 (16.02% from 255 or 44.44% from 90); Green value is 21 (8.59% from 255 or 23.33% from 90); Blue value is 29 (11.72% from 255 or 32.22% from 90); Max value from RGB is 40 - color contains mainly: red. Hex color #28151D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28151D is #D7EAE2. Grayscale: #1B1B1B. Windows color (decimal): -14150371 or 1905960. OLE color: 1905960.

HSL color Cylindrical-coordinate representation of color #28151D: hue angle of 334.74º degrees, saturation: 0.31, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #28151D is Cyan = 0, Magento = 0.48, Yellow = 0.28 and Black (K on CMYK) = 0.84.

Color convert

RGB402129-
CMYK00.480.280.84
HSL334.74º31.15%11.96%-
HSV(B)334.74º47.5%15.69%-
XYZ1.371.081.3-
YUV27.59128.79136.85-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 44.44%
GREEN value IS 21 (8.59% from 255) = 23.33%
BLUE value IS 29 (11.72% from 255) = 32.22%
R=44.44%
G=23.33%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.28
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40212900.480.280.84334.7431.1511.96
Hex28151D0301C5414f1fc
Octal502535060341245173714
Binary10100010101111010110000111001010100101001111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28151D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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