Html Css Color HEX #371520 Temptress

📋 copy color: '#371520'

red 55 ◦ green 21 ◦ blue 32

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

Shades of Temptress #371520

Tints of Temptress #371520

RGB

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

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

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

R = 50.93%
G = 19.44%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.42

 K value IS 0.78

RGB Variations

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

Color information

#371520 (or 0x371520) is known color: Temptress. HEX triplet: 37, 15 and 20. RGB value is (55,21,32). Sum of RGB (Red+Green+Blue) = 55+21+32=108 (14% of max value = 765). Red value is 55 (21.88% from 255 or 50.93% from 108); Green value is 21 (8.59% from 255 or 19.44% from 108); Blue value is 32 (12.89% from 255 or 29.63% from 108); Max value from RGB is 55 - color contains mainly: red. Hex color #371520 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371520 is #C8EADF. Grayscale: #202020. Windows color (decimal): -13167328 or 2102583. OLE color: 2102583.

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

Color convert

RGB 55 21 32 -
CMYK 0 0.62 0.42 0.78
HSL 340.59º 0.45% 0.15% -
HSV(B) 340.59º 0.62% 0.22% -
XYZ 2.1 1.45 1.54 -
YUV 32.42 127.76 144.11 -
System Red Green Blue C M Y K H S L
Decimal 55 21 32 0 0.62 0.42 0.78 340.59 0.45 0.15
Hex 37 15 20 0 3E 2A 4E 155 2D F
Octal 67 25 40 0 76 52 116 525 55 17
Binary 110111 10101 100000 0 111110 101010 1001110 101010101 101101 1111

Color Harmonies of #371520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371520

Black with #371520

Text Example


Text Example

White with #371520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371520; }

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

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

background-color css

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

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

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

border-color css

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

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

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