Html Css Color HEX #98295B Lipstick

📋 copy color: '#98295B'

red 152 ◦ green 41 ◦ blue 91

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

Shades of Lipstick #98295B

Tints of Lipstick #98295B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 32.04%

R = 53.52%
G = 14.44%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.40

 K value IS 0.40

RGB Variations

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

Color information

#98295B (or 0x98295B) is known color: Lipstick. HEX triplet: 98, 29 and 5B. RGB value is (152,41,91). Sum of RGB (Red+Green+Blue) = 152+41+91=284 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.52% from 284); Green value is 41 (16.41% from 255 or 14.44% from 284); Blue value is 91 (35.94% from 255 or 32.04% from 284); Max value from RGB is 152 - color contains mainly: red. Hex color #98295B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98295B is #67D6A4. Grayscale: #4F4F4F. Windows color (decimal): -6805157 or 5974424. OLE color: 5974424.

HSL color Cylindrical-coordinate representation of color #98295B: hue angle of 332.97º 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 #98295B is Cyan = 0, Magento = 0.73, Yellow = 0.40 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 41 91 -
CMYK 0 0.73 0.40 0.40
HSL 332.97º 0.58% 0.38% -
HSV(B) 332.97º 0.73% 0.6% -
XYZ 15.63 9.02 10.81 -
YUV 79.89 134.27 179.43 -
System Red Green Blue C M Y K H S L
Decimal 152 41 91 0 0.73 0.40 0.40 332.97 0.58 0.38
Hex 98 29 5B 0 49 28 28 14D 3A 26
Octal 230 51 133 0 111 50 50 515 72 46
Binary 10011000 101001 1011011 0 1001001 101000 101000 101001101 111010 100110

Color Harmonies of #98295B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98295B

Black with #98295B

Text Example


Text Example

White with #98295B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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