#361621

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

Shades of Temptress #361621

Tints of Temptress #361621

Color information

#361621 (or 0x361621) is unknown color: approx Temptress. HEX triplet: 36, 16 and 21. RGB value is (54,22,33). Sum of RGB (Red+Green+Blue) = 54+22+33=109 (14% of max value = 765). Red value is 54 (21.48% from 255 or 49.54% from 109); Green value is 22 (8.98% from 255 or 20.18% from 109); Blue value is 33 (13.28% from 255 or 30.28% from 109); Max value from RGB is 54 - color contains mainly: red. Hex color #361621 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #361621 is #C9E9DE. Grayscale: #202020. Windows color (decimal): -13232607 or 2168374. OLE color: 2168374.

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

Color convert

RGB542233-
CMYK00.590.390.79
HSL339.38º42.11%14.9%-
HSV(B)339.38º59.26%21.18%-
XYZ2.081.471.61-
YUV32.82128.1143.11-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 49.54%
GREEN value IS 22 (8.98% from 255) = 20.18%
BLUE value IS 33 (13.28% from 255) = 30.28%
R=49.54%
G=20.18%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.39
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54223300.590.390.79339.3842.1114.9
Hex36162103B274F1532af
Octal662641073471175235217
Binary11011010110100001011101110011110011111010100111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361621; }

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

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

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

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

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

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

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

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