#381720

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

Shades of Temptress #381720

Tints of Temptress #381720

Color information

#381720 (or 0x381720) is unknown color: approx Temptress. HEX triplet: 38, 17 and 20. RGB value is (56,23,32). Sum of RGB (Red+Green+Blue) = 56+23+32=111 (14% of max value = 765). Red value is 56 (22.27% from 255 or 50.45% from 111); Green value is 23 (9.38% from 255 or 20.72% from 111); Blue value is 32 (12.89% from 255 or 28.83% from 111); Max value from RGB is 56 - color contains mainly: red. Hex color #381720 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381720 is #C7E8DF. Grayscale: #212121. Windows color (decimal): -13101280 or 2103096. OLE color: 2103096.

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

Color convert

RGB562332-
CMYK00.590.430.78
HSL343.64º41.77%15.49%-
HSV(B)343.64º58.93%21.96%-
XYZ2.21.561.55-
YUV33.89126.93143.77-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 50.45%
GREEN value IS 23 (9.38% from 255) = 20.72%
BLUE value IS 32 (12.89% from 255) = 28.83%
R=50.45%
G=20.72%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.43
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56233200.590.430.78343.6441.7715.49
Hex38172003B2B4E1582af
Octal702740073531165305217
Binary11100010111100000011101110101110011101010110001010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381720; }

 p { color: rgb(56,23,32); }

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

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

 a { background-color: rgb(56,23,32); }

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

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

 span { border-color: rgb(56,23,32); }

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