#382229

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

Shades of Temptress #382229

Tints of Temptress #382229

Color information

#382229 (or 0x382229) is unknown color: approx Temptress. HEX triplet: 38, 22 and 29. RGB value is (56,34,41). Sum of RGB (Red+Green+Blue) = 56+34+41=131 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.75% from 131); Green value is 34 (13.67% from 255 or 25.95% from 131); Blue value is 41 (16.41% from 255 or 31.30% from 131); Max value from RGB is 56 - color contains mainly: red. Hex color #382229 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382229 is #C7DDD6. Grayscale: #292929. Windows color (decimal): -13098455 or 2695736. OLE color: 2695736.

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

Color convert

RGB563441-
CMYK00.390.270.78
HSL340.91º24.44%17.65%-
HSV(B)340.91º39.29%21.96%-
XYZ2.62.142.37-
YUV41.38127.79138.43-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 42.75%
GREEN value IS 34 (13.67% from 255) = 25.95%
BLUE value IS 41 (16.41% from 255) = 31.30%
R=42.75%
G=25.95%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.27
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56344100.390.270.78340.9124.4417.65
Hex3822290271B4E1551812
Octal704251047331165253022
Binary11100010001010100101001111101110011101010101011100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382229; }

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

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

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

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

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

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

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

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