#381621

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

Shades of Temptress #381621

Tints of Temptress #381621

Color information

#381621 (or 0x381621) is unknown color: approx Temptress. HEX triplet: 38, 16 and 21. RGB value is (56,22,33). Sum of RGB (Red+Green+Blue) = 56+22+33=111 (14% of max value = 765). Red value is 56 (22.27% from 255 or 50.45% from 111); Green value is 22 (8.98% from 255 or 19.82% from 111); Blue value is 33 (13.28% from 255 or 29.73% from 111); Max value from RGB is 56 - color contains mainly: red. Hex color #381621 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381621 is #C7E9DE. Grayscale: #212121. Windows color (decimal): -13101535 or 2168376. OLE color: 2168376.

HSL color Cylindrical-coordinate representation of color #381621: hue angle of 340.59º degrees, saturation: 0.44, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #381621 is Cyan = 0, Magento = 0.61, Yellow = 0.41 and Black (K on CMYK) = 0.78.

Color convert

RGB562233-
CMYK00.610.410.78
HSL340.59º43.59%15.29%-
HSV(B)340.59º60.71%21.96%-
XYZ2.191.521.62-
YUV33.42127.76144.11-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 50.45%
GREEN value IS 22 (8.98% from 255) = 19.82%
BLUE value IS 33 (13.28% from 255) = 29.73%
R=50.45%
G=19.82%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.41
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56223300.610.410.78340.5943.5915.29
Hex38162103D294E1552cf
Octal702641075511165255417
Binary11100010110100001011110110100110011101010101011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381621; }

 p { color: rgb(56,22,33); }

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

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

 a { background-color: rgb(56,22,33); }

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

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

 span { border-color: rgb(56,22,33); }

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