#361921

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

Shades of Temptress #361921

Tints of Temptress #361921

Color information

#361921 (or 0x361921) is unknown color: approx Temptress. HEX triplet: 36, 19 and 21. RGB value is (54,25,33). Sum of RGB (Red+Green+Blue) = 54+25+33=112 (14% of max value = 765). Red value is 54 (21.48% from 255 or 48.21% from 112); Green value is 25 (10.16% from 255 or 22.32% from 112); Blue value is 33 (13.28% from 255 or 29.46% from 112); Max value from RGB is 54 - color contains mainly: red. Hex color #361921 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #361921 is #C9E6DE. Grayscale: #222222. Windows color (decimal): -13231839 or 2169142. OLE color: 2169142.

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

Color convert

RGB542533-
CMYK00.540.390.79
HSL343.45º36.71%15.49%-
HSV(B)343.45º53.7%21.18%-
XYZ2.141.591.63-
YUV34.58127.11141.85-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 48.21%
GREEN value IS 25 (10.16% from 255) = 22.32%
BLUE value IS 33 (13.28% from 255) = 29.46%
R=48.21%
G=22.32%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.39
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54253300.540.390.79343.4536.7115.49
Hex361921036274F15725f
Octal663141066471175274517
Binary11011011001100001011011010011110011111010101111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361921; }

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

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

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

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

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

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

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

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