Html Css Color HEX #98316D Lipstick

📋 copy color: '#98316D'

red 152 ◦ green 49 ◦ blue 109

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

Shades of Lipstick #98316D

Tints of Lipstick #98316D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 35.16%

R = 49.03%
G = 15.81%
B = 35.16%

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

#98316D (or 0x98316D) is known color: Lipstick. HEX triplet: 98, 31 and 6D. RGB value is (152,49,109). Sum of RGB (Red+Green+Blue) = 152+49+109=310 (41% of max value = 765). Red value is 152 (59.77% from 255 or 49.03% from 310); Green value is 49 (19.53% from 255 or 15.81% from 310); Blue value is 109 (42.97% from 255 or 35.16% from 310); Max value from RGB is 152 - color contains mainly: red. Hex color #98316D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98316D is #67CE92. Grayscale: #565656. Windows color (decimal): -6803091 or 7156120. OLE color: 7156120.

HSL color Cylindrical-coordinate representation of color #98316D: hue angle of 325.05º 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 #98316D is Cyan = 0, Magento = 0.68, Yellow = 0.28 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 49 109 -
CMYK 0 0.68 0.28 0.40
HSL 325.05º 0.51% 0.39% -
HSV(B) 325.05º 0.68% 0.6% -
XYZ 16.81 9.98 15.51 -
YUV 86.64 140.62 174.62 -
System Red Green Blue C M Y K H S L
Decimal 152 49 109 0 0.68 0.28 0.40 325.05 0.51 0.39
Hex 98 31 6D 0 44 1C 28 145 33 27
Octal 230 61 155 0 104 34 50 505 63 47
Binary 10011000 110001 1101101 0 1000100 11100 101000 101000101 110011 100111

Color Harmonies of #98316D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98316D

Black with #98316D

Text Example


Text Example

White with #98316D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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