#371621

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

Shades of Temptress #371621

Tints of Temptress #371621

Color information

#371621 (or 0x371621) is unknown color: approx Temptress. HEX triplet: 37, 16 and 21. RGB value is (55,22,33). Sum of RGB (Red+Green+Blue) = 55+22+33=110 (14% of max value = 765). Red value is 55 (21.88% from 255 or 50% from 110); Green value is 22 (8.98% from 255 or 20% from 110); Blue value is 33 (13.28% from 255 or 30% from 110); Max value from RGB is 55 - color contains mainly: red. Hex color #371621 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371621 is #C8E9DE. Grayscale: #212121. Windows color (decimal): -13167071 or 2168375. OLE color: 2168375.

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

Color convert

RGB552233-
CMYK00.60.40.78
HSL340º42.86%15.1%-
HSV(B)340º60%21.57%-
XYZ2.141.51.61-
YUV33.12127.93143.61-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 50%
GREEN value IS 22 (8.98% from 255) = 20%
BLUE value IS 33 (13.28% from 255) = 30%
R=50%
G=20%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.4
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55223300.60.40.7834042.8615.1
Hex37162103C284E1542bf
Octal672641074501165245317
Binary11011110110100001011110010100010011101010101001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371621; }

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

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

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

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

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

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

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

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