Html Css Color HEX #371420 Temptress

📋 copy color: '#371420'

red 55 ◦ green 20 ◦ blue 32

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

Shades of Temptress #371420

Tints of Temptress #371420

RGB

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

 GREEN value IS 20 (8.2% from 255) = 18.69%

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

R = 51.4%
G = 18.69%
B = 29.91%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.42

 K value IS 0.78

RGB Variations

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

Color information

#371420 (or 0x371420) is known color: Temptress. HEX triplet: 37, 14 and 20. RGB value is (55,20,32). Sum of RGB (Red+Green+Blue) = 55+20+32=107 (14% of max value = 765). Red value is 55 (21.88% from 255 or 51.40% from 107); Green value is 20 (8.20% from 255 or 18.69% from 107); Blue value is 32 (12.89% from 255 or 29.91% from 107); Max value from RGB is 55 - color contains mainly: red. Hex color #371420 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371420 is #C8EBDF. Grayscale: #1F1F1F. Windows color (decimal): -13167584 or 2102327. OLE color: 2102327.

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

Color convert

RGB 55 20 32 -
CMYK 0 0.64 0.42 0.78
HSL 339.43º 0.47% 0.15% -
HSV(B) 339.43º 0.64% 0.22% -
XYZ 2.09 1.42 1.53 -
YUV 31.83 128.1 144.52 -
System Red Green Blue C M Y K H S L
Decimal 55 20 32 0 0.64 0.42 0.78 339.43 0.47 0.15
Hex 37 14 20 0 40 2A 4E 153 2F F
Octal 67 24 40 0 100 52 116 523 57 17
Binary 110111 10100 100000 0 1000000 101010 1001110 101010011 101111 1111

Color Harmonies of #371420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371420

Black with #371420

Text Example


Text Example

White with #371420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371420; }

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

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

background-color css

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

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

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

border-color css

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

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

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