Html Css Color HEX #98355F Lipstick

📋 copy color: '#98355F'

red 152 ◦ green 53 ◦ blue 95

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

Shades of Lipstick #98355F

Tints of Lipstick #98355F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.67%

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

R = 50.67%
G = 17.67%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.38

 K value IS 0.40

RGB Variations

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

Color information

#98355F (or 0x98355F) is known color: Lipstick. HEX triplet: 98, 35 and 5F. RGB value is (152,53,95). Sum of RGB (Red+Green+Blue) = 152+53+95=300 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.67% from 300); Green value is 53 (21.09% from 255 or 17.67% from 300); Blue value is 95 (37.5% from 255 or 31.67% from 300); Max value from RGB is 152 - color contains mainly: red. Hex color #98355F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98355F is #67CAA0. Grayscale: #575757. Windows color (decimal): -6802081 or 6239640. OLE color: 6239640.

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

Color convert

RGB 152 53 95 -
CMYK 0 0.65 0.38 0.40
HSL 334.55º 0.48% 0.4% -
HSV(B) 334.55º 0.65% 0.6% -
XYZ 16.29 10.05 11.91 -
YUV 87.39 132.3 174.08 -
System Red Green Blue C M Y K H S L
Decimal 152 53 95 0 0.65 0.38 0.40 334.55 0.48 0.4
Hex 98 35 5F 0 41 26 28 14F 30 28
Octal 230 65 137 0 101 46 50 517 60 50
Binary 10011000 110101 1011111 0 1000001 100110 101000 101001111 110000 101000

Color Harmonies of #98355F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98355F

Black with #98355F

Text Example


Text Example

White with #98355F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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