Html Css Color HEX #97385A Lipstick

📋 copy color: '#97385A'

red 151 ◦ green 56 ◦ blue 90

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

Shades of Lipstick #97385A

Tints of Lipstick #97385A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.86%

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

R = 50.84%
G = 18.86%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.40

 K value IS 0.41

RGB Variations

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

Color information

#97385A (or 0x97385A) is known color: Lipstick. HEX triplet: 97, 38 and 5A. RGB value is (151,56,90). Sum of RGB (Red+Green+Blue) = 151+56+90=297 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.84% from 297); Green value is 56 (22.27% from 255 or 18.86% from 297); Blue value is 90 (35.55% from 255 or 30.30% from 297); Max value from RGB is 151 - color contains mainly: red. Hex color #97385A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97385A is #68C7A5. Grayscale: #585858. Windows color (decimal): -6866854 or 5912727. OLE color: 5912727.

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

Color convert

RGB 151 56 90 -
CMYK 0 0.63 0.40 0.41
HSL 338.53º 0.46% 0.41% -
HSV(B) 338.53º 0.63% 0.59% -
XYZ 16.02 10.15 10.79 -
YUV 88.28 128.97 172.74 -
System Red Green Blue C M Y K H S L
Decimal 151 56 90 0 0.63 0.40 0.41 338.53 0.46 0.41
Hex 97 38 5A 0 3F 28 29 153 2E 29
Octal 227 70 132 0 77 50 51 523 56 51
Binary 10010111 111000 1011010 0 111111 101000 101001 101010011 101110 101001

Color Harmonies of #97385A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97385A

Black with #97385A

Text Example


Text Example

White with #97385A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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