Html Css Color HEX #371F27 Temptress

📋 copy color: '#371F27'

red 55 ◦ green 31 ◦ blue 39

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

Shades of Temptress #371F27

Tints of Temptress #371F27

RGB

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

 GREEN value IS 31 (12.5% from 255) = 24.8%

 BLUE value IS 39 (15.63% from 255) = 31.2%

R = 44%
G = 24.8%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.29

 K value IS 0.78

RGB Variations

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

Color information

#371F27 (or 0x371F27) is known color: Temptress. HEX triplet: 37, 1F and 27. RGB value is (55,31,39). Sum of RGB (Red+Green+Blue) = 55+31+39=125 (16% of max value = 765). Red value is 55 (21.88% from 255 or 44% from 125); Green value is 31 (12.5% from 255 or 24.8% from 125); Blue value is 39 (15.62% from 255 or 31.2% from 125); Max value from RGB is 55 - color contains mainly: red. Hex color #371F27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #371F27 is #C8E0D8. Grayscale: #272727. Windows color (decimal): -13164761 or 2563895. OLE color: 2563895.

HSL color Cylindrical-coordinate representation of color #371F27: hue angle of 340º degrees, saturation: 0.28, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #371F27 is Cyan = 0, Magento = 0.44, Yellow = 0.29 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 31 39 -
CMYK 0 0.44 0.29 0.78
HSL 340º 0.28% 0.17% -
HSV(B) 340º 0.44% 0.22% -
XYZ 2.43 1.94 2.17 -
YUV 39.09 127.95 139.35 -
System Red Green Blue C M Y K H S L
Decimal 55 31 39 0 0.44 0.29 0.78 340 0.28 0.17
Hex 37 1F 27 0 2C 1D 4E 154 1C 11
Octal 67 37 47 0 54 35 116 524 34 21
Binary 110111 11111 100111 0 101100 11101 1001110 101010100 11100 10001

Color Harmonies of #371F27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371F27

Black with #371F27

Text Example


Text Example

White with #371F27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,31,39); }

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

background-color css

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

 a { background-color: rgb(55,31,39); }

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

border-color css

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

 span { border-color: rgb(55,31,39); }

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