Html Css Color HEX #982263 Lipstick

📋 copy color: '#982263'

red 152 ◦ green 34 ◦ blue 99

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

Shades of Lipstick #982263

Tints of Lipstick #982263

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.93%

 BLUE value IS 99 (39.06% from 255) = 34.74%

R = 53.33%
G = 11.93%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.35

 K value IS 0.40

RGB Variations

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

Color information

#982263 (or 0x982263) is known color: Lipstick. HEX triplet: 98, 22 and 63. RGB value is (152,34,99). Sum of RGB (Red+Green+Blue) = 152+34+99=285 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.33% from 285); Green value is 34 (13.67% from 255 or 11.93% from 285); Blue value is 99 (39.06% from 255 or 34.74% from 285); Max value from RGB is 152 - color contains mainly: red. Hex color #982263 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982263 is #67DD9C. Grayscale: #4C4C4C. Windows color (decimal): -6806941 or 6496920. OLE color: 6496920.

HSL color Cylindrical-coordinate representation of color #982263: hue angle of 326.95º degrees, saturation: 0.63, 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 #982263 is Cyan = 0, Magento = 0.78, Yellow = 0.35 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 34 99 -
CMYK 0 0.78 0.35 0.40
HSL 326.95º 0.63% 0.36% -
HSV(B) 326.95º 0.78% 0.6% -
XYZ 15.77 8.72 12.66 -
YUV 76.69 140.59 181.71 -
System Red Green Blue C M Y K H S L
Decimal 152 34 99 0 0.78 0.35 0.40 326.95 0.63 0.36
Hex 98 22 63 0 4E 23 28 147 3F 24
Octal 230 42 143 0 116 43 50 507 77 44
Binary 10011000 100010 1100011 0 1001110 100011 101000 101000111 111111 100100

Color Harmonies of #982263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982263

Black with #982263

Text Example


Text Example

White with #982263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982263; }

 p { color: rgb(152,34,99); }

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

background-color css

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

 a { background-color: rgb(152,34,99); }

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

border-color css

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

 span { border-color: rgb(152,34,99); }

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