#361B25

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

Shades of Temptress #361B25

Tints of Temptress #361B25

Color information

#361B25 (or 0x361B25) is unknown color: approx Temptress. HEX triplet: 36, 1B and 25. RGB value is (54,27,37). Sum of RGB (Red+Green+Blue) = 54+27+37=118 (15% of max value = 765). Red value is 54 (21.48% from 255 or 45.76% from 118); Green value is 27 (10.94% from 255 or 22.88% from 118); Blue value is 37 (14.84% from 255 or 31.36% from 118); Max value from RGB is 54 - color contains mainly: red. Hex color #361B25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #361B25 is #C9E4DA. Grayscale: #242424. Windows color (decimal): -13231323 or 2431798. OLE color: 2431798.

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

Color convert

RGB542737-
CMYK00.50.310.79
HSL337.78º33.33%15.88%-
HSV(B)337.78º50%21.18%-
XYZ2.251.71.96-
YUV36.21128.45140.69-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 45.76%
GREEN value IS 27 (10.94% from 255) = 22.88%
BLUE value IS 37 (14.84% from 255) = 31.36%
R=45.76%
G=22.88%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.31
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54273700.50.310.79337.7833.3315.88
Hex361B250321F4F1522110
Octal663345062371175224120
Binary11011011011100101011001011111100111110101001010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,27,37); }

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

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

 a { background-color: rgb(54,27,37); }

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

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

 span { border-color: rgb(54,27,37); }

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