Html Css Color HEX #973863 Lipstick

📋 copy color: '#973863'

red 151 ◦ green 56 ◦ blue 99

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

Shades of Lipstick #973863

Tints of Lipstick #973863

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 32.35%

R = 49.35%
G = 18.3%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.34

 K value IS 0.41

RGB Variations

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

Color information

#973863 (or 0x973863) is known color: Lipstick. HEX triplet: 97, 38 and 63. RGB value is (151,56,99). Sum of RGB (Red+Green+Blue) = 151+56+99=306 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.35% from 306); Green value is 56 (22.27% from 255 or 18.30% from 306); Blue value is 99 (39.06% from 255 or 32.35% from 306); Max value from RGB is 151 - color contains mainly: red. Hex color #973863 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #973863 is #68C79C. Grayscale: #595959. Windows color (decimal): -6866845 or 6502551. OLE color: 6502551.

HSL color Cylindrical-coordinate representation of color #973863: hue angle of 332.84º 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 #973863 is Cyan = 0, Magento = 0.63, Yellow = 0.34 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 56 99 -
CMYK 0 0.63 0.34 0.41
HSL 332.84º 0.46% 0.41% -
HSV(B) 332.84º 0.63% 0.59% -
XYZ 16.43 10.31 12.93 -
YUV 89.31 133.47 172 -
System Red Green Blue C M Y K H S L
Decimal 151 56 99 0 0.63 0.34 0.41 332.84 0.46 0.41
Hex 97 38 63 0 3F 22 29 14D 2E 29
Octal 227 70 143 0 77 42 51 515 56 51
Binary 10010111 111000 1100011 0 111111 100010 101001 101001101 101110 101001

Color Harmonies of #973863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973863

Black with #973863

Text Example


Text Example

White with #973863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #973863; }

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

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

background-color css

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

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

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

border-color css

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

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

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