Html Css Color HEX #311520 Temptress

📋 copy color: '#311520'

red 49 ◦ green 21 ◦ blue 32

#311520
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Temptress #311520

Tints of Temptress #311520

RGB

 RED value IS 49 (19.53% from 255) = 48.04%

 GREEN value IS 21 (8.59% from 255) = 20.59%

 BLUE value IS 32 (12.89% from 255) = 31.37%

R = 48.04%
G = 20.59%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.35

 K value IS 0.81

RGB Variations

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

Color information

#311520 (or 0x311520) is known color: Temptress. HEX triplet: 31, 15 and 20. RGB value is (49,21,32). Sum of RGB (Red+Green+Blue) = 49+21+32=102 (13% of max value = 765). Red value is 49 (19.53% from 255 or 48.04% from 102); Green value is 21 (8.59% from 255 or 20.59% from 102); Blue value is 32 (12.89% from 255 or 31.37% from 102); Max value from RGB is 49 - color contains mainly: red. Hex color #311520 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311520 is #CEEADF. Grayscale: #1E1E1E. Windows color (decimal): -13560544 or 2102577. OLE color: 2102577.

HSL color Cylindrical-coordinate representation of color #311520: hue angle of 336.43º degrees, saturation: 0.4, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #311520 is Cyan = 0, Magento = 0.57, Yellow = 0.35 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 21 32 -
CMYK 0 0.57 0.35 0.81
HSL 336.43º 0.4% 0.14% -
HSV(B) 336.43º 0.57% 0.19% -
XYZ 1.8 1.29 1.52 -
YUV 30.63 128.78 141.11 -
System Red Green Blue C M Y K H S L
Decimal 49 21 32 0 0.57 0.35 0.81 336.43 0.4 0.14
Hex 31 15 20 0 39 23 51 150 28 E
Octal 61 25 40 0 71 43 121 520 50 16
Binary 110001 10101 100000 0 111001 100011 1010001 101010000 101000 1110

Color Harmonies of #311520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311520

Black with #311520

Text Example


Text Example

White with #311520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311520; }

 p { color: rgb(49,21,32); }

 H1.HeaderClassName
 {
   color: #311520;
 }
 .AnyTagClassName
 {
   color: #311520;
 }
</style>

background-color css

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

 a { background-color: rgb(49,21,32); }

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

border-color css

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

 span { border-color: rgb(49,21,32); }

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