Html Css Color HEX #98306D Lipstick

📋 copy color: '#98306D'

red 152 ◦ green 48 ◦ blue 109

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

Shades of Lipstick #98306D

Tints of Lipstick #98306D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.53%

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

R = 49.19%
G = 15.53%
B = 35.28%

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

#98306D (or 0x98306D) is known color: Lipstick. HEX triplet: 98, 30 and 6D. RGB value is (152,48,109). Sum of RGB (Red+Green+Blue) = 152+48+109=309 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.19% from 309); Green value is 48 (19.14% from 255 or 15.53% from 309); Blue value is 109 (42.97% from 255 or 35.28% from 309); Max value from RGB is 152 - color contains mainly: red. Hex color #98306D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98306D is #67CF92. Grayscale: #555555. Windows color (decimal): -6803347 or 7155864. OLE color: 7155864.

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

Color convert

RGB 152 48 109 -
CMYK 0 0.68 0.28 0.40
HSL 324.81º 0.52% 0.39% -
HSV(B) 324.81º 0.68% 0.6% -
XYZ 16.77 9.89 15.49 -
YUV 86.05 140.96 175.04 -
System Red Green Blue C M Y K H S L
Decimal 152 48 109 0 0.68 0.28 0.40 324.81 0.52 0.39
Hex 98 30 6D 0 44 1C 28 145 34 27
Octal 230 60 155 0 104 34 50 505 64 47
Binary 10011000 110000 1101101 0 1000100 11100 101000 101000101 110100 100111

Color Harmonies of #98306D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98306D

Black with #98306D

Text Example


Text Example

White with #98306D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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