Html Css Color HEX #97375C Lipstick

📋 copy color: '#97375C'

red 151 ◦ green 55 ◦ blue 92

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

Shades of Lipstick #97375C

Tints of Lipstick #97375C

RGB

 RED value IS 151 (59.38% from 255) = 50.67%

 GREEN value IS 55 (21.88% from 255) = 18.46%

 BLUE value IS 92 (36.33% from 255) = 30.87%

R = 50.67%
G = 18.46%
B = 30.87%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.39

 K value IS 0.41

RGB Variations

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

Color information

#97375C (or 0x97375C) is known color: Lipstick. HEX triplet: 97, 37 and 5C. RGB value is (151,55,92). Sum of RGB (Red+Green+Blue) = 151+55+92=298 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.67% from 298); Green value is 55 (21.88% from 255 or 18.46% from 298); Blue value is 92 (36.33% from 255 or 30.87% from 298); Max value from RGB is 151 - color contains mainly: red. Hex color #97375C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97375C is #68C8A3. Grayscale: #575757. Windows color (decimal): -6867108 or 6043543. OLE color: 6043543.

HSL color Cylindrical-coordinate representation of color #97375C: hue angle of 336.88º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #97375C is Cyan = 0, Magento = 0.64, Yellow = 0.39 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 55 92 -
CMYK 0 0.64 0.39 0.41
HSL 336.88º 0.47% 0.4% -
HSV(B) 336.88º 0.64% 0.59% -
XYZ 16.06 10.08 11.23 -
YUV 87.92 130.3 172.99 -
System Red Green Blue C M Y K H S L
Decimal 151 55 92 0 0.64 0.39 0.41 336.88 0.47 0.4
Hex 97 37 5C 0 40 27 29 151 2F 28
Octal 227 67 134 0 100 47 51 521 57 50
Binary 10010111 110111 1011100 0 1000000 100111 101001 101010001 101111 101000

Color Harmonies of #97375C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97375C

Black with #97375C

Text Example


Text Example

White with #97375C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97375C; }

 p { color: rgb(151,55,92); }

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

background-color css

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

 a { background-color: rgb(151,55,92); }

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

border-color css

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

 span { border-color: rgb(151,55,92); }

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