#382329

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

Shades of Temptress #382329

Tints of Temptress #382329

Color information

#382329 (or 0x382329) is unknown color: approx Temptress. HEX triplet: 38, 23 and 29. RGB value is (56,35,41). Sum of RGB (Red+Green+Blue) = 56+35+41=132 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.42% from 132); Green value is 35 (14.06% from 255 or 26.52% from 132); Blue value is 41 (16.41% from 255 or 31.06% from 132); Max value from RGB is 56 - color contains mainly: red. Hex color #382329 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382329 is #C7DCD6. Grayscale: #292929. Windows color (decimal): -13098199 or 2695992. OLE color: 2695992.

HSL color Cylindrical-coordinate representation of color #382329: hue angle of 342.86º degrees, saturation: 0.23, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #382329 is Cyan = 0, Magento = 0.37, Yellow = 0.27 and Black (K on CMYK) = 0.78.

Color convert

RGB563541-
CMYK00.370.270.78
HSL342.86º23.08%17.84%-
HSV(B)342.86º37.5%21.96%-
XYZ2.632.22.38-
YUV41.96127.46138.01-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 42.42%
GREEN value IS 35 (14.06% from 255) = 26.52%
BLUE value IS 41 (16.41% from 255) = 31.06%
R=42.42%
G=26.52%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.27
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56354100.370.270.78342.8623.0817.84
Hex3823290251B4E1571712
Octal704351045331165272722
Binary11100010001110100101001011101110011101010101111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382329; }

 p { color: rgb(56,35,41); }

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

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

 a { background-color: rgb(56,35,41); }

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

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

 span { border-color: rgb(56,35,41); }

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