#361720

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

Shades of Temptress #361720

Tints of Temptress #361720

Color information

#361720 (or 0x361720) is unknown color: approx Temptress. HEX triplet: 36, 17 and 20. RGB value is (54,23,32). Sum of RGB (Red+Green+Blue) = 54+23+32=109 (14% of max value = 765). Red value is 54 (21.48% from 255 or 49.54% from 109); Green value is 23 (9.38% from 255 or 21.10% from 109); Blue value is 32 (12.89% from 255 or 29.36% from 109); Max value from RGB is 54 - color contains mainly: red. Hex color #361720 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #361720 is #C9E8DF. Grayscale: #212121. Windows color (decimal): -13232352 or 2103094. OLE color: 2103094.

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

Color convert

RGB542332-
CMYK00.570.410.79
HSL342.58º40.26%15.1%-
HSV(B)342.58º57.41%21.18%-
XYZ2.091.51.55-
YUV33.3127.27142.77-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 49.54%
GREEN value IS 23 (9.38% from 255) = 21.10%
BLUE value IS 32 (12.89% from 255) = 29.36%
R=49.54%
G=21.10%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.41
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54233200.570.410.79342.5840.2615.1
Hex361720039294F15728f
Octal662740071511175275017
Binary11011010111100000011100110100110011111010101111010001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361720; }

 p { color: rgb(54,23,32); }

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

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

 a { background-color: rgb(54,23,32); }

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

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

 span { border-color: rgb(54,23,32); }

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