Html Css Color HEX #97365D Lipstick

📋 copy color: '#97365D'

red 151 ◦ green 54 ◦ blue 93

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

Shades of Lipstick #97365D

Tints of Lipstick #97365D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.12%

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

R = 50.67%
G = 18.12%
B = 31.21%

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

#97365D (or 0x97365D) is known color: Lipstick. HEX triplet: 97, 36 and 5D. RGB value is (151,54,93). Sum of RGB (Red+Green+Blue) = 151+54+93=298 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.67% from 298); Green value is 54 (21.48% from 255 or 18.12% from 298); Blue value is 93 (36.72% from 255 or 31.21% from 298); Max value from RGB is 151 - color contains mainly: red. Hex color #97365D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97365D is #68C9A2. Grayscale: #575757. Windows color (decimal): -6867363 or 6108823. OLE color: 6108823.

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

Color convert

RGB 151 54 93 -
CMYK 0 0.64 0.38 0.41
HSL 335.88º 0.47% 0.4% -
HSV(B) 335.88º 0.64% 0.59% -
XYZ 16.06 10.01 11.44 -
YUV 87.45 131.14 173.33 -
System Red Green Blue C M Y K H S L
Decimal 151 54 93 0 0.64 0.38 0.41 335.88 0.47 0.4
Hex 97 36 5D 0 40 26 29 150 2F 28
Octal 227 66 135 0 100 46 51 520 57 50
Binary 10010111 110110 1011101 0 1000000 100110 101001 101010000 101111 101000

Color Harmonies of #97365D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97365D

Black with #97365D

Text Example


Text Example

White with #97365D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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