Html Css Color HEX #98294D Lipstick

📋 copy color: '#98294D'

red 152 ◦ green 41 ◦ blue 77

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

Shades of Lipstick #98294D

Tints of Lipstick #98294D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 28.52%

R = 56.3%
G = 15.19%
B = 28.52%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.49

 K value IS 0.40

RGB Variations

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

Color information

#98294D (or 0x98294D) is known color: Lipstick. HEX triplet: 98, 29 and 4D. RGB value is (152,41,77). Sum of RGB (Red+Green+Blue) = 152+41+77=270 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.30% from 270); Green value is 41 (16.41% from 255 or 15.19% from 270); Blue value is 77 (30.47% from 255 or 28.52% from 270); Max value from RGB is 152 - color contains mainly: red. Hex color #98294D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98294D is #67D6B2. Grayscale: #4E4E4E. Windows color (decimal): -6805171 or 5056920. OLE color: 5056920.

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

Color convert

RGB 152 41 77 -
CMYK 0 0.73 0.49 0.40
HSL 340.54º 0.58% 0.38% -
HSV(B) 340.54º 0.73% 0.6% -
XYZ 15.08 8.8 7.92 -
YUV 78.29 127.27 180.57 -
System Red Green Blue C M Y K H S L
Decimal 152 41 77 0 0.73 0.49 0.40 340.54 0.58 0.38
Hex 98 29 4D 0 49 31 28 155 3A 26
Octal 230 51 115 0 111 61 50 525 72 46
Binary 10011000 101001 1001101 0 1001001 110001 101000 101010101 111010 100110

Color Harmonies of #98294D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98294D

Black with #98294D

Text Example


Text Example

White with #98294D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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