Html Css Color HEX #983363 Lipstick

📋 copy color: '#983363'

red 152 ◦ green 51 ◦ blue 99

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

Shades of Lipstick #983363

Tints of Lipstick #983363

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.89%

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

R = 50.33%
G = 16.89%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.35

 K value IS 0.40

RGB Variations

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

Color information

#983363 (or 0x983363) is known color: Lipstick. HEX triplet: 98, 33 and 63. RGB value is (152,51,99). Sum of RGB (Red+Green+Blue) = 152+51+99=302 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50.33% from 302); Green value is 51 (20.31% from 255 or 16.89% from 302); Blue value is 99 (39.06% from 255 or 32.78% from 302); Max value from RGB is 152 - color contains mainly: red. Hex color #983363 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983363 is #67CC9C. Grayscale: #565656. Windows color (decimal): -6802589 or 6501272. OLE color: 6501272.

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

Color convert

RGB 152 51 99 -
CMYK 0 0.66 0.35 0.40
HSL 331.49º 0.5% 0.4% -
HSV(B) 331.49º 0.66% 0.6% -
XYZ 16.38 9.94 12.86 -
YUV 86.67 134.96 174.6 -
System Red Green Blue C M Y K H S L
Decimal 152 51 99 0 0.66 0.35 0.40 331.49 0.5 0.4
Hex 98 33 63 0 42 23 28 14B 32 28
Octal 230 63 143 0 102 43 50 513 62 50
Binary 10011000 110011 1100011 0 1000010 100011 101000 101001011 110010 101000

Color Harmonies of #983363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983363

Black with #983363

Text Example


Text Example

White with #983363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983363; }

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

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

background-color css

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

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

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

border-color css

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

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

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