#371820

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

Shades of Temptress #371820

Tints of Temptress #371820

Color information

#371820 (or 0x371820) is unknown color: approx Temptress. HEX triplet: 37, 18 and 20. RGB value is (55,24,32). Sum of RGB (Red+Green+Blue) = 55+24+32=111 (14% of max value = 765). Red value is 55 (21.88% from 255 or 49.55% from 111); Green value is 24 (9.77% from 255 or 21.62% from 111); Blue value is 32 (12.89% from 255 or 28.83% from 111); Max value from RGB is 55 - color contains mainly: red. Hex color #371820 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371820 is #C8E7DF. Grayscale: #222222. Windows color (decimal): -13166560 or 2103351. OLE color: 2103351.

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

Color convert

RGB552432-
CMYK00.560.420.78
HSL344.52º39.24%15.49%-
HSV(B)344.52º56.36%21.57%-
XYZ2.161.571.56-
YUV34.18126.77142.85-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 49.55%
GREEN value IS 24 (9.77% from 255) = 21.62%
BLUE value IS 32 (12.89% from 255) = 28.83%
R=49.55%
G=21.62%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.42
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55243200.560.420.78344.5239.2415.49
Hex3718200382A4E15927f
Octal673040070521165314717
Binary11011111000100000011100010101010011101010110011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371820; }

 p { color: rgb(55,24,32); }

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

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

 a { background-color: rgb(55,24,32); }

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

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

 span { border-color: rgb(55,24,32); }

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