Html Css Color HEX #97375D Lipstick

📋 copy color: '#97375D'

red 151 ◦ green 55 ◦ blue 93

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

Shades of Lipstick #97375D

Tints of Lipstick #97375D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 31.1%

R = 50.5%
G = 18.39%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.38

 K value IS 0.41

RGB Variations

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

Color information

#97375D (or 0x97375D) is known color: Lipstick. HEX triplet: 97, 37 and 5D. RGB value is (151,55,93). Sum of RGB (Red+Green+Blue) = 151+55+93=299 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.50% from 299); Green value is 55 (21.88% from 255 or 18.39% from 299); Blue value is 93 (36.72% from 255 or 31.10% from 299); Max value from RGB is 151 - color contains mainly: red. Hex color #97375D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97375D is #68C8A2. Grayscale: #575757. Windows color (decimal): -6867107 or 6109079. OLE color: 6109079.

HSL color Cylindrical-coordinate representation of color #97375D: hue angle of 336.25º 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 #97375D is Cyan = 0, Magento = 0.64, Yellow = 0.38 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 55 93 -
CMYK 0 0.64 0.38 0.41
HSL 336.25º 0.47% 0.4% -
HSV(B) 336.25º 0.64% 0.59% -
XYZ 16.1 10.1 11.46 -
YUV 88.04 130.8 172.91 -
System Red Green Blue C M Y K H S L
Decimal 151 55 93 0 0.64 0.38 0.41 336.25 0.47 0.4
Hex 97 37 5D 0 40 26 29 150 2F 28
Octal 227 67 135 0 100 46 51 520 57 50
Binary 10010111 110111 1011101 0 1000000 100110 101001 101010000 101111 101000

Color Harmonies of #97375D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97375D

Black with #97375D

Text Example


Text Example

White with #97375D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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