Html Css Color HEX #98215E Lipstick

📋 copy color: '#98215E'

red 152 ◦ green 33 ◦ blue 94

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

Shades of Lipstick #98215E

Tints of Lipstick #98215E

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.83%

 BLUE value IS 94 (37.11% from 255) = 33.69%

R = 54.48%
G = 11.83%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.38

 K value IS 0.40

RGB Variations

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

Color information

#98215E (or 0x98215E) is known color: Lipstick. HEX triplet: 98, 21 and 5E. RGB value is (152,33,94). Sum of RGB (Red+Green+Blue) = 152+33+94=279 (36% of max value = 765). Red value is 152 (59.77% from 255 or 54.48% from 279); Green value is 33 (13.28% from 255 or 11.83% from 279); Blue value is 94 (37.11% from 255 or 33.69% from 279); Max value from RGB is 152 - color contains mainly: red. Hex color #98215E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98215E is #67DEA1. Grayscale: #4B4B4B. Windows color (decimal): -6807202 or 6168984. OLE color: 6168984.

HSL color Cylindrical-coordinate representation of color #98215E: hue angle of 329.24º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #98215E is Cyan = 0, Magento = 0.78, Yellow = 0.38 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 33 94 -
CMYK 0 0.78 0.38 0.40
HSL 329.24º 0.64% 0.36% -
HSV(B) 329.24º 0.78% 0.6% -
XYZ 15.51 8.57 11.43 -
YUV 75.54 138.42 182.54 -
System Red Green Blue C M Y K H S L
Decimal 152 33 94 0 0.78 0.38 0.40 329.24 0.64 0.36
Hex 98 21 5E 0 4E 26 28 149 40 24
Octal 230 41 136 0 116 46 50 511 100 44
Binary 10011000 100001 1011110 0 1001110 100110 101000 101001001 1000000 100100

Color Harmonies of #98215E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98215E

Black with #98215E

Text Example


Text Example

White with #98215E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98215E; }

 p { color: rgb(152,33,94); }

 H1.HeaderClassName
 {
   color: #98215E;
 }
 .AnyTagClassName
 {
   color: #98215E;
 }
</style>

background-color css

<style>
 a { background-color: #98215E; }

 a { background-color: rgb(152,33,94); }

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

border-color css

<style>
 span { border-color: #98215E; }

 span { border-color: rgb(152,33,94); }

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