Html Css Color HEX #371220 Temptress

📋 copy color: '#371220'

red 55 ◦ green 18 ◦ blue 32

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

Shades of Temptress #371220

Tints of Temptress #371220

RGB

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

 GREEN value IS 18 (7.42% from 255) = 17.14%

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

R = 52.38%
G = 17.14%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.42

 K value IS 0.78

RGB Variations

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

Color information

#371220 (or 0x371220) is known color: Temptress. HEX triplet: 37, 12 and 20. RGB value is (55,18,32). Sum of RGB (Red+Green+Blue) = 55+18+32=105 (13% of max value = 765). Red value is 55 (21.88% from 255 or 52.38% from 105); Green value is 18 (7.42% from 255 or 17.14% from 105); Blue value is 32 (12.89% from 255 or 30.48% from 105); Max value from RGB is 55 - color contains mainly: red. Hex color #371220 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371220 is #C8EDDF. Grayscale: #1E1E1E. Windows color (decimal): -13168096 or 2101815. OLE color: 2101815.

HSL color Cylindrical-coordinate representation of color #371220: hue angle of 337.3º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #371220 is Cyan = 0, Magento = 0.67, Yellow = 0.42 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 18 32 -
CMYK 0 0.67 0.42 0.78
HSL 337.3º 0.51% 0.14% -
HSV(B) 337.3º 0.67% 0.22% -
XYZ 2.05 1.35 1.52 -
YUV 30.66 128.76 145.36 -
System Red Green Blue C M Y K H S L
Decimal 55 18 32 0 0.67 0.42 0.78 337.3 0.51 0.14
Hex 37 12 20 0 43 2A 4E 151 33 E
Octal 67 22 40 0 103 52 116 521 63 16
Binary 110111 10010 100000 0 1000011 101010 1001110 101010001 110011 1110

Color Harmonies of #371220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371220

Black with #371220

Text Example


Text Example

White with #371220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371220; }

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

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

background-color css

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

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

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

border-color css

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

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

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