Html Css Color HEX #98325D Lipstick

📋 copy color: '#98325D'

red 152 ◦ green 50 ◦ blue 93

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

Shades of Lipstick #98325D

Tints of Lipstick #98325D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.95%

 BLUE value IS 93 (36.72% from 255) = 31.53%

R = 51.53%
G = 16.95%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.39

 K value IS 0.40

RGB Variations

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

Color information

#98325D (or 0x98325D) is known color: Lipstick. HEX triplet: 98, 32 and 5D. RGB value is (152,50,93). Sum of RGB (Red+Green+Blue) = 152+50+93=295 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.53% from 295); Green value is 50 (19.92% from 255 or 16.95% from 295); Blue value is 93 (36.72% from 255 or 31.53% from 295); Max value from RGB is 152 - color contains mainly: red. Hex color #98325D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98325D is #67CDA2. Grayscale: #555555. Windows color (decimal): -6802851 or 6107800. OLE color: 6107800.

HSL color Cylindrical-coordinate representation of color #98325D: hue angle of 334.71º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #98325D is Cyan = 0, Magento = 0.67, Yellow = 0.39 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 50 93 -
CMYK 0 0.67 0.39 0.40
HSL 334.71º 0.5% 0.4% -
HSV(B) 334.71º 0.67% 0.6% -
XYZ 16.07 9.75 11.39 -
YUV 85.4 132.29 175.5 -
System Red Green Blue C M Y K H S L
Decimal 152 50 93 0 0.67 0.39 0.40 334.71 0.5 0.4
Hex 98 32 5D 0 43 27 28 14F 32 28
Octal 230 62 135 0 103 47 50 517 62 50
Binary 10011000 110010 1011101 0 1000011 100111 101000 101001111 110010 101000

Color Harmonies of #98325D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98325D

Black with #98325D

Text Example


Text Example

White with #98325D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,50,93); }

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

background-color css

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

 a { background-color: rgb(152,50,93); }

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

border-color css

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

 span { border-color: rgb(152,50,93); }

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