Html Css Color HEX #97375B Lipstick

📋 copy color: '#97375B'

red 151 ◦ green 55 ◦ blue 91

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

Shades of Lipstick #97375B

Tints of Lipstick #97375B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 30.64%

R = 50.84%
G = 18.52%
B = 30.64%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.40

 K value IS 0.41

RGB Variations

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

Color information

#97375B (or 0x97375B) is known color: Lipstick. HEX triplet: 97, 37 and 5B. RGB value is (151,55,91). Sum of RGB (Red+Green+Blue) = 151+55+91=297 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.84% from 297); Green value is 55 (21.88% from 255 or 18.52% from 297); Blue value is 91 (35.94% from 255 or 30.64% from 297); Max value from RGB is 151 - color contains mainly: red. Hex color #97375B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97375B is #68C8A4. Grayscale: #575757. Windows color (decimal): -6867109 or 5978007. OLE color: 5978007.

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

Color convert

RGB 151 55 91 -
CMYK 0 0.64 0.40 0.41
HSL 337.5º 0.47% 0.4% -
HSV(B) 337.5º 0.64% 0.59% -
XYZ 16.02 10.07 11 -
YUV 87.81 129.8 173.07 -
System Red Green Blue C M Y K H S L
Decimal 151 55 91 0 0.64 0.40 0.41 337.5 0.47 0.4
Hex 97 37 5B 0 40 28 29 152 2F 28
Octal 227 67 133 0 100 50 51 522 57 50
Binary 10010111 110111 1011011 0 1000000 101000 101001 101010010 101111 101000

Color Harmonies of #97375B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97375B

Black with #97375B

Text Example


Text Example

White with #97375B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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