Html Css Color HEX #983863 Lipstick

📋 copy color: '#983863'

red 152 ◦ green 56 ◦ blue 99

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

Shades of Lipstick #983863

Tints of Lipstick #983863

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.24%

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

R = 49.51%
G = 18.24%
B = 32.25%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.35

 K value IS 0.40

RGB Variations

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

Color information

#983863 (or 0x983863) is known color: Lipstick. HEX triplet: 98, 38 and 63. RGB value is (152,56,99). Sum of RGB (Red+Green+Blue) = 152+56+99=307 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.51% from 307); Green value is 56 (22.27% from 255 or 18.24% from 307); Blue value is 99 (39.06% from 255 or 32.25% from 307); Max value from RGB is 152 - color contains mainly: red. Hex color #983863 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983863 is #67C79C. Grayscale: #595959. Windows color (decimal): -6801309 or 6502552. OLE color: 6502552.

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

Color convert

RGB 152 56 99 -
CMYK 0 0.63 0.35 0.40
HSL 333.13º 0.46% 0.41% -
HSV(B) 333.13º 0.63% 0.6% -
XYZ 16.62 10.4 12.94 -
YUV 89.61 133.3 172.5 -
System Red Green Blue C M Y K H S L
Decimal 152 56 99 0 0.63 0.35 0.40 333.13 0.46 0.41
Hex 98 38 63 0 3F 23 28 14D 2E 29
Octal 230 70 143 0 77 43 50 515 56 51
Binary 10011000 111000 1100011 0 111111 100011 101000 101001101 101110 101001

Color Harmonies of #983863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983863

Black with #983863

Text Example


Text Example

White with #983863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983863; }

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

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

background-color css

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

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

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

border-color css

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

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

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