Html Css Color HEX #98365F Lipstick

📋 copy color: '#98365F'

red 152 ◦ green 54 ◦ blue 95

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

Shades of Lipstick #98365F

Tints of Lipstick #98365F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.94%

 BLUE value IS 95 (37.5% from 255) = 31.56%

R = 50.5%
G = 17.94%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.38

 K value IS 0.40

RGB Variations

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

Color information

#98365F (or 0x98365F) is known color: Lipstick. HEX triplet: 98, 36 and 5F. RGB value is (152,54,95). Sum of RGB (Red+Green+Blue) = 152+54+95=301 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.50% from 301); Green value is 54 (21.48% from 255 or 17.94% from 301); Blue value is 95 (37.5% from 255 or 31.56% from 301); Max value from RGB is 152 - color contains mainly: red. Hex color #98365F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98365F is #67C9A0. Grayscale: #575757. Windows color (decimal): -6801825 or 6239896. OLE color: 6239896.

HSL color Cylindrical-coordinate representation of color #98365F: hue angle of 334.9º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #98365F is Cyan = 0, Magento = 0.64, Yellow = 0.38 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 54 95 -
CMYK 0 0.64 0.38 0.40
HSL 334.9º 0.48% 0.4% -
HSV(B) 334.9º 0.64% 0.6% -
XYZ 16.33 10.14 11.92 -
YUV 87.98 131.97 173.67 -
System Red Green Blue C M Y K H S L
Decimal 152 54 95 0 0.64 0.38 0.40 334.9 0.48 0.4
Hex 98 36 5F 0 40 26 28 14F 30 28
Octal 230 66 137 0 100 46 50 517 60 50
Binary 10011000 110110 1011111 0 1000000 100110 101000 101001111 110000 101000

Color Harmonies of #98365F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98365F

Black with #98365F

Text Example


Text Example

White with #98365F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98365F; }

 p { color: rgb(152,54,95); }

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

background-color css

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

 a { background-color: rgb(152,54,95); }

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

border-color css

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

 span { border-color: rgb(152,54,95); }

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