Html Css Color HEX #371C20 Temptress

📋 copy color: '#371C20'

red 55 ◦ green 28 ◦ blue 32

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

Shades of Temptress #371C20

Tints of Temptress #371C20

RGB

 RED value IS 55 (21.88% from 255) = 47.83%

 GREEN value IS 28 (11.33% from 255) = 24.35%

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

R = 47.83%
G = 24.35%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.42

 K value IS 0.78

RGB Variations

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

Color information

#371C20 (or 0x371C20) is known color: Temptress. HEX triplet: 37, 1C and 20. RGB value is (55,28,32). Sum of RGB (Red+Green+Blue) = 55+28+32=115 (15% of max value = 765). Red value is 55 (21.88% from 255 or 47.83% from 115); Green value is 28 (11.33% from 255 or 24.35% from 115); Blue value is 32 (12.89% from 255 or 27.83% from 115); Max value from RGB is 55 - color contains mainly: red. Hex color #371C20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #371C20 is #C8E3DF. Grayscale: #242424. Windows color (decimal): -13165536 or 2104375. OLE color: 2104375.

HSL color Cylindrical-coordinate representation of color #371C20: hue angle of 351.11º degrees, saturation: 0.33, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #371C20 is Cyan = 0, Magento = 0.49, Yellow = 0.42 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 28 32 -
CMYK 0 0.49 0.42 0.78
HSL 351.11º 0.33% 0.16% -
HSV(B) 351.11º 0.49% 0.22% -
XYZ 2.25 1.75 1.59 -
YUV 36.53 125.45 141.17 -
System Red Green Blue C M Y K H S L
Decimal 55 28 32 0 0.49 0.42 0.78 351.11 0.33 0.16
Hex 37 1C 20 0 31 2A 4E 15F 21 10
Octal 67 34 40 0 61 52 116 537 41 20
Binary 110111 11100 100000 0 110001 101010 1001110 101011111 100001 10000

Color Harmonies of #371C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371C20

Black with #371C20

Text Example


Text Example

White with #371C20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371C20; }

 p { color: rgb(55,28,32); }

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

background-color css

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

 a { background-color: rgb(55,28,32); }

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

border-color css

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

 span { border-color: rgb(55,28,32); }

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