#401B23

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

Shades of Temptress #401B23

Tints of Temptress #401B23

Color information

#401B23 (or 0x401B23) is unknown color: approx Temptress. HEX triplet: 40, 1B and 23. RGB value is (64,27,35). Sum of RGB (Red+Green+Blue) = 64+27+35=126 (16% of max value = 765). Red value is 64 (25.39% from 255 or 50.79% from 126); Green value is 27 (10.94% from 255 or 21.43% from 126); Blue value is 35 (14.06% from 255 or 27.78% from 126); Max value from RGB is 64 - color contains mainly: red. Hex color #401B23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401B23 is #BFE4DC. Grayscale: #262626. Windows color (decimal): -12575965 or 2300736. OLE color: 2300736.

HSL color Cylindrical-coordinate representation of color #401B23: hue angle of 347.03º degrees, saturation: 0.41, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #401B23 is Cyan = 0, Magento = 0.58, Yellow = 0.45 and Black (K on CMYK) = 0.75.

Color convert

RGB642735-
CMYK00.580.450.75
HSL347.03º40.66%17.84%-
HSV(B)347.03º57.81%25.1%-
XYZ2.8121.83-
YUV38.98125.76145.85-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 50.79%
GREEN value IS 27 (10.94% from 255) = 21.43%
BLUE value IS 35 (14.06% from 255) = 27.78%
R=50.79%
G=21.43%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.45
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64273500.580.450.75347.0340.6617.84
Hex401B2303A2D4B15b2912
Octal1003343072551135335122
Binary1000000110111000110111010101101100101110101101110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401B23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401B23; }

 p { color: rgb(64,27,35); }

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

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

 a { background-color: rgb(64,27,35); }

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

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

 span { border-color: rgb(64,27,35); }

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