Html Css Color HEX #97395A Lipstick

📋 copy color: '#97395A'

red 151 ◦ green 57 ◦ blue 90

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

Shades of Lipstick #97395A

Tints of Lipstick #97395A

RGB

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

 GREEN value IS 57 (22.66% from 255) = 19.13%

 BLUE value IS 90 (35.55% from 255) = 30.2%

R = 50.67%
G = 19.13%
B = 30.2%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.40

 K value IS 0.41

RGB Variations

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

Color information

#97395A (or 0x97395A) is known color: Lipstick. HEX triplet: 97, 39 and 5A. RGB value is (151,57,90). Sum of RGB (Red+Green+Blue) = 151+57+90=298 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.67% from 298); Green value is 57 (22.66% from 255 or 19.13% from 298); Blue value is 90 (35.55% from 255 or 30.20% from 298); Max value from RGB is 151 - color contains mainly: red. Hex color #97395A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97395A is #68C6A5. Grayscale: #585858. Windows color (decimal): -6866598 or 5912983. OLE color: 5912983.

HSL color Cylindrical-coordinate representation of color #97395A: hue angle of 338.94º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #97395A is Cyan = 0, Magento = 0.62, Yellow = 0.40 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 57 90 -
CMYK 0 0.62 0.40 0.41
HSL 338.94º 0.45% 0.41% -
HSV(B) 338.94º 0.62% 0.59% -
XYZ 16.07 10.24 10.8 -
YUV 88.87 128.64 172.32 -
System Red Green Blue C M Y K H S L
Decimal 151 57 90 0 0.62 0.40 0.41 338.94 0.45 0.41
Hex 97 39 5A 0 3E 28 29 153 2D 29
Octal 227 71 132 0 76 50 51 523 55 51
Binary 10010111 111001 1011010 0 111110 101000 101001 101010011 101101 101001

Color Harmonies of #97395A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97395A

Black with #97395A

Text Example


Text Example

White with #97395A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97395A; }

 p { color: rgb(151,57,90); }

 H1.HeaderClassName
 {
   color: #97395A;
 }
 .AnyTagClassName
 {
   color: #97395A;
 }
</style>

background-color css

<style>
 a { background-color: #97395A; }

 a { background-color: rgb(151,57,90); }

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

border-color css

<style>
 span { border-color: #97395A; }

 span { border-color: rgb(151,57,90); }

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