Html Css Color HEX #98295F Lipstick

📋 copy color: '#98295F'

red 152 ◦ green 41 ◦ blue 95

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

Shades of Lipstick #98295F

Tints of Lipstick #98295F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.24%

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

R = 52.78%
G = 14.24%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.38

 K value IS 0.40

RGB Variations

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

Color information

#98295F (or 0x98295F) is known color: Lipstick. HEX triplet: 98, 29 and 5F. RGB value is (152,41,95). Sum of RGB (Red+Green+Blue) = 152+41+95=288 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.78% from 288); Green value is 41 (16.41% from 255 or 14.24% from 288); Blue value is 95 (37.5% from 255 or 32.99% from 288); Max value from RGB is 152 - color contains mainly: red. Hex color #98295F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98295F is #67D6A0. Grayscale: #505050. Windows color (decimal): -6805153 or 6236568. OLE color: 6236568.

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

Color convert

RGB 152 41 95 -
CMYK 0 0.73 0.38 0.40
HSL 330.81º 0.58% 0.38% -
HSV(B) 330.81º 0.73% 0.6% -
XYZ 15.81 9.09 11.75 -
YUV 80.35 136.27 179.11 -
System Red Green Blue C M Y K H S L
Decimal 152 41 95 0 0.73 0.38 0.40 330.81 0.58 0.38
Hex 98 29 5F 0 49 26 28 14B 3A 26
Octal 230 51 137 0 111 46 50 513 72 46
Binary 10011000 101001 1011111 0 1001001 100110 101000 101001011 111010 100110

Color Harmonies of #98295F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98295F

Black with #98295F

Text Example


Text Example

White with #98295F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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