Html Css Color HEX #983263 Lipstick

📋 copy color: '#983263'

red 152 ◦ green 50 ◦ blue 99

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

Shades of Lipstick #983263

Tints of Lipstick #983263

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.61%

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

R = 50.5%
G = 16.61%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.35

 K value IS 0.40

RGB Variations

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

Color information

#983263 (or 0x983263) is known color: Lipstick. HEX triplet: 98, 32 and 63. RGB value is (152,50,99). Sum of RGB (Red+Green+Blue) = 152+50+99=301 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.50% from 301); Green value is 50 (19.92% from 255 or 16.61% from 301); Blue value is 99 (39.06% from 255 or 32.89% from 301); Max value from RGB is 152 - color contains mainly: red. Hex color #983263 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983263 is #67CD9C. Grayscale: #555555. Windows color (decimal): -6802845 or 6501016. OLE color: 6501016.

HSL color Cylindrical-coordinate representation of color #983263: hue angle of 331.18º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #983263 is Cyan = 0, Magento = 0.67, Yellow = 0.35 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 50 99 -
CMYK 0 0.67 0.35 0.40
HSL 331.18º 0.5% 0.4% -
HSV(B) 331.18º 0.67% 0.6% -
XYZ 16.34 9.86 12.85 -
YUV 86.08 135.29 175.02 -
System Red Green Blue C M Y K H S L
Decimal 152 50 99 0 0.67 0.35 0.40 331.18 0.5 0.4
Hex 98 32 63 0 43 23 28 14B 32 28
Octal 230 62 143 0 103 43 50 513 62 50
Binary 10011000 110010 1100011 0 1000011 100011 101000 101001011 110010 101000

Color Harmonies of #983263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983263

Black with #983263

Text Example


Text Example

White with #983263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983263; }

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

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

background-color css

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

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

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

border-color css

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

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

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