#361521

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

Shades of Temptress #361521

Tints of Temptress #361521

Color information

#361521 (or 0x361521) is unknown color: approx Temptress. HEX triplet: 36, 15 and 21. RGB value is (54,21,33). Sum of RGB (Red+Green+Blue) = 54+21+33=108 (14% of max value = 765). Red value is 54 (21.48% from 255 or 50% from 108); Green value is 21 (8.59% from 255 or 19.44% from 108); Blue value is 33 (13.28% from 255 or 30.56% from 108); Max value from RGB is 54 - color contains mainly: red. Hex color #361521 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #361521 is #C9EADE. Grayscale: #202020. Windows color (decimal): -13232863 or 2168118. OLE color: 2168118.

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

Color convert

RGB542133-
CMYK00.610.390.79
HSL338.18º44%14.71%-
HSV(B)338.18º61.11%21.18%-
XYZ2.061.431.61-
YUV32.24128.43143.52-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 50%
GREEN value IS 21 (8.59% from 255) = 19.44%
BLUE value IS 33 (13.28% from 255) = 30.56%
R=50%
G=19.44%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.39
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54213300.610.390.79338.184414.71
Hex36152103D274F1522cf
Octal662541075471175225417
Binary11011010101100001011110110011110011111010100101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361521; }

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

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

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

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

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

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

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

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