Html Css Color HEX #98316E Lipstick

📋 copy color: '#98316E'

red 152 ◦ green 49 ◦ blue 110

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

Shades of Lipstick #98316E

Tints of Lipstick #98316E

RGB

 RED value IS 152 (59.77% from 255) = 48.87%

 GREEN value IS 49 (19.53% from 255) = 15.76%

 BLUE value IS 110 (43.36% from 255) = 35.37%

R = 48.87%
G = 15.76%
B = 35.37%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.28

 K value IS 0.40

RGB Variations

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

Color information

#98316E (or 0x98316E) is known color: Lipstick. HEX triplet: 98, 31 and 6E. RGB value is (152,49,110). Sum of RGB (Red+Green+Blue) = 152+49+110=311 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.87% from 311); Green value is 49 (19.53% from 255 or 15.76% from 311); Blue value is 110 (43.36% from 255 or 35.37% from 311); Max value from RGB is 152 - color contains mainly: red. Hex color #98316E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98316E is #67CE91. Grayscale: #565656. Windows color (decimal): -6803090 or 7221656. OLE color: 7221656.

HSL color Cylindrical-coordinate representation of color #98316E: hue angle of 324.47º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #98316E is Cyan = 0, Magento = 0.68, Yellow = 0.28 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 49 110 -
CMYK 0 0.68 0.28 0.40
HSL 324.47º 0.51% 0.39% -
HSV(B) 324.47º 0.68% 0.6% -
XYZ 16.86 10 15.79 -
YUV 86.75 141.12 174.54 -
System Red Green Blue C M Y K H S L
Decimal 152 49 110 0 0.68 0.28 0.40 324.47 0.51 0.39
Hex 98 31 6E 0 44 1C 28 144 33 27
Octal 230 61 156 0 104 34 50 504 63 47
Binary 10011000 110001 1101110 0 1000100 11100 101000 101000100 110011 100111

Color Harmonies of #98316E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98316E

Black with #98316E

Text Example


Text Example

White with #98316E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98316E; }

 p { color: rgb(152,49,110); }

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

background-color css

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

 a { background-color: rgb(152,49,110); }

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

border-color css

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

 span { border-color: rgb(152,49,110); }

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