#46232B

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

Shades of Temptress #46232B

Tints of Temptress #46232B

Color information

#46232B (or 0x46232B) is unknown color: approx Temptress. HEX triplet: 46, 23 and 2B. RGB value is (70,35,43). Sum of RGB (Red+Green+Blue) = 70+35+43=148 (19% of max value = 765). Red value is 70 (27.73% from 255 or 47.30% from 148); Green value is 35 (14.06% from 255 or 23.65% from 148); Blue value is 43 (17.19% from 255 or 29.05% from 148); Max value from RGB is 70 - color contains mainly: red. Hex color #46232B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46232B is #B9DCD4. Grayscale: #2E2E2E. Windows color (decimal): -12180693 or 2827078. OLE color: 2827078.

HSL color Cylindrical-coordinate representation of color #46232B: hue angle of 346.29º degrees, saturation: 0.33, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #46232B is Cyan = 0, Magento = 0.5, Yellow = 0.39 and Black (K on CMYK) = 0.73.

Color convert

RGB703543-
CMYK00.50.390.73
HSL346.29º33.33%20.59%-
HSV(B)346.29º50%27.45%-
XYZ3.562.682.61-
YUV46.38126.1144.85-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 47.30%
GREEN value IS 35 (14.06% from 255) = 23.65%
BLUE value IS 43 (17.19% from 255) = 29.05%
R=47.30%
G=23.65%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.39
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70354300.50.390.73346.2933.3320.59
Hex46232B032274915a2115
Octal1064353062471115324125
Binary10001101000111010110110010100111100100110101101010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46232B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46232B; }

 p { color: rgb(70,35,43); }

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

<style>
 a { background-color: #46232B; }

 a { background-color: rgb(70,35,43); }

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

<style>
 span { border-color: #46232B; }

 span { border-color: rgb(70,35,43); }

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