Html Css Color HEX #371C25 Temptress

📋 copy color: '#371C25'

red 55 ◦ green 28 ◦ blue 37

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

Shades of Temptress #371C25

Tints of Temptress #371C25

RGB

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

 GREEN value IS 28 (11.33% from 255) = 23.33%

 BLUE value IS 37 (14.84% from 255) = 30.83%

R = 45.83%
G = 23.33%
B = 30.83%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.33

 K value IS 0.78

RGB Variations

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

Color information

#371C25 (or 0x371C25) is known color: Temptress. HEX triplet: 37, 1C and 25. RGB value is (55,28,37). Sum of RGB (Red+Green+Blue) = 55+28+37=120 (15% of max value = 765). Red value is 55 (21.88% from 255 or 45.83% from 120); Green value is 28 (11.33% from 255 or 23.33% from 120); Blue value is 37 (14.84% from 255 or 30.83% from 120); Max value from RGB is 55 - color contains mainly: red. Hex color #371C25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #371C25 is #C8E3DA. Grayscale: #252525. Windows color (decimal): -13165531 or 2432055. OLE color: 2432055.

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

Color convert

RGB 55 28 37 -
CMYK 0 0.49 0.33 0.78
HSL 340º 0.33% 0.16% -
HSV(B) 340º 0.49% 0.22% -
XYZ 2.32 1.78 1.97 -
YUV 37.1 127.95 140.77 -
System Red Green Blue C M Y K H S L
Decimal 55 28 37 0 0.49 0.33 0.78 340 0.33 0.16
Hex 37 1C 25 0 31 21 4E 154 21 10
Octal 67 34 45 0 61 41 116 524 41 20
Binary 110111 11100 100101 0 110001 100001 1001110 101010100 100001 10000

Color Harmonies of #371C25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371C25

Black with #371C25

Text Example


Text Example

White with #371C25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,28,37); }

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

background-color css

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

 a { background-color: rgb(55,28,37); }

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

border-color css

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

 span { border-color: rgb(55,28,37); }

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