Html Css Color HEX #98295D Lipstick

📋 copy color: '#98295D'

red 152 ◦ green 41 ◦ blue 93

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

Shades of Lipstick #98295D

Tints of Lipstick #98295D

RGB

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

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

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

R = 53.15%
G = 14.34%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.39

 K value IS 0.40

RGB Variations

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

Color information

#98295D (or 0x98295D) is known color: Lipstick. HEX triplet: 98, 29 and 5D. RGB value is (152,41,93). Sum of RGB (Red+Green+Blue) = 152+41+93=286 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.15% from 286); Green value is 41 (16.41% from 255 or 14.34% from 286); Blue value is 93 (36.72% from 255 or 32.52% from 286); Max value from RGB is 152 - color contains mainly: red. Hex color #98295D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98295D is #67D6A2. Grayscale: #505050. Windows color (decimal): -6805155 or 6105496. OLE color: 6105496.

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

Color convert

RGB 152 41 93 -
CMYK 0 0.73 0.39 0.40
HSL 331.89º 0.58% 0.38% -
HSV(B) 331.89º 0.73% 0.6% -
XYZ 15.72 9.05 11.27 -
YUV 80.12 135.27 179.27 -
System Red Green Blue C M Y K H S L
Decimal 152 41 93 0 0.73 0.39 0.40 331.89 0.58 0.38
Hex 98 29 5D 0 49 27 28 14C 3A 26
Octal 230 51 135 0 111 47 50 514 72 46
Binary 10011000 101001 1011101 0 1001001 100111 101000 101001100 111010 100110

Color Harmonies of #98295D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98295D

Black with #98295D

Text Example


Text Example

White with #98295D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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