Html Css Color HEX #371320 Temptress

📋 copy color: '#371320'

red 55 ◦ green 19 ◦ blue 32

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

Shades of Temptress #371320

Tints of Temptress #371320

RGB

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

 GREEN value IS 19 (7.81% from 255) = 17.92%

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

R = 51.89%
G = 17.92%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.42

 K value IS 0.78

RGB Variations

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

Color information

#371320 (or 0x371320) is known color: Temptress. HEX triplet: 37, 13 and 20. RGB value is (55,19,32). Sum of RGB (Red+Green+Blue) = 55+19+32=106 (14% of max value = 765). Red value is 55 (21.88% from 255 or 51.89% from 106); Green value is 19 (7.81% from 255 or 17.92% from 106); Blue value is 32 (12.89% from 255 or 30.19% from 106); Max value from RGB is 55 - color contains mainly: red. Hex color #371320 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371320 is #C8ECDF. Grayscale: #1F1F1F. Windows color (decimal): -13167840 or 2102071. OLE color: 2102071.

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

Color convert

RGB 55 19 32 -
CMYK 0 0.65 0.42 0.78
HSL 338.33º 0.49% 0.15% -
HSV(B) 338.33º 0.65% 0.22% -
XYZ 2.07 1.38 1.52 -
YUV 31.25 128.43 144.94 -
System Red Green Blue C M Y K H S L
Decimal 55 19 32 0 0.65 0.42 0.78 338.33 0.49 0.15
Hex 37 13 20 0 41 2A 4E 152 31 F
Octal 67 23 40 0 101 52 116 522 61 17
Binary 110111 10011 100000 0 1000001 101010 1001110 101010010 110001 1111

Color Harmonies of #371320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371320

Black with #371320

Text Example


Text Example

White with #371320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371320; }

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

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

background-color css

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

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

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

border-color css

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

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

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