#361A21

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

Shades of Temptress #361A21

Tints of Temptress #361A21

Color information

#361A21 (or 0x361A21) is unknown color: approx Temptress. HEX triplet: 36, 1A and 21. RGB value is (54,26,33). Sum of RGB (Red+Green+Blue) = 54+26+33=113 (14% of max value = 765). Red value is 54 (21.48% from 255 or 47.79% from 113); Green value is 26 (10.55% from 255 or 23.01% from 113); Blue value is 33 (13.28% from 255 or 29.20% from 113); Max value from RGB is 54 - color contains mainly: red. Hex color #361A21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #361A21 is #C9E5DE. Grayscale: #232323. Windows color (decimal): -13231583 or 2169398. OLE color: 2169398.

HSL color Cylindrical-coordinate representation of color #361A21: hue angle of 345º degrees, saturation: 0.35, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #361A21 is Cyan = 0, Magento = 0.52, Yellow = 0.39 and Black (K on CMYK) = 0.79.

Color convert

RGB542633-
CMYK00.520.390.79
HSL345º35%15.69%-
HSV(B)345º51.85%21.18%-
XYZ2.171.631.64-
YUV35.17126.78141.43-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 47.79%
GREEN value IS 26 (10.55% from 255) = 23.01%
BLUE value IS 33 (13.28% from 255) = 29.20%
R=47.79%
G=23.01%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.39
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54263300.520.390.793453515.69
Hex361A21034274F1592310
Octal663241064471175314320
Binary110110110101000010110100100111100111110101100110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361A21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361A21; }

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

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

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

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

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

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

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

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