Html Css Color HEX #371522 Temptress

📋 copy color: '#371522'

red 55 ◦ green 21 ◦ blue 34

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

Shades of Temptress #371522

Tints of Temptress #371522

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 30.91%

R = 50%
G = 19.09%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.38

 K value IS 0.78

RGB Variations

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

Color information

#371522 (or 0x371522) is known color: Temptress. HEX triplet: 37, 15 and 22. RGB value is (55,21,34). Sum of RGB (Red+Green+Blue) = 55+21+34=110 (14% of max value = 765). Red value is 55 (21.88% from 255 or 50% from 110); Green value is 21 (8.59% from 255 or 19.09% from 110); Blue value is 34 (13.67% from 255 or 30.91% from 110); Max value from RGB is 55 - color contains mainly: red. Hex color #371522 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371522 is #C8EADD. Grayscale: #202020. Windows color (decimal): -13167326 or 2233655. OLE color: 2233655.

HSL color Cylindrical-coordinate representation of color #371522: hue angle of 337.06º 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 #371522 is Cyan = 0, Magento = 0.62, Yellow = 0.38 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 21 34 -
CMYK 0 0.62 0.38 0.78
HSL 337.06º 0.45% 0.15% -
HSV(B) 337.06º 0.62% 0.22% -
XYZ 2.13 1.46 1.68 -
YUV 32.65 128.76 143.94 -
System Red Green Blue C M Y K H S L
Decimal 55 21 34 0 0.62 0.38 0.78 337.06 0.45 0.15
Hex 37 15 22 0 3E 26 4E 151 2D F
Octal 67 25 42 0 76 46 116 521 55 17
Binary 110111 10101 100010 0 111110 100110 1001110 101010001 101101 1111

Color Harmonies of #371522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371522

Black with #371522

Text Example


Text Example

White with #371522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371522; }

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

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

background-color css

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

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

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

border-color css

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

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

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