Html Css Color HEX #983A5C Lipstick

📋 copy color: '#983A5C'

red 152 ◦ green 58 ◦ blue 92

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

Shades of Lipstick #983A5C

Tints of Lipstick #983A5C

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.21%

 BLUE value IS 92 (36.33% from 255) = 30.46%

R = 50.33%
G = 19.21%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.39

 K value IS 0.40

RGB Variations

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

Color information

#983A5C (or 0x983A5C) is known color: Lipstick. HEX triplet: 98, 3A and 5C. RGB value is (152,58,92). Sum of RGB (Red+Green+Blue) = 152+58+92=302 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50.33% from 302); Green value is 58 (23.05% from 255 or 19.21% from 302); Blue value is 92 (36.33% from 255 or 30.46% from 302); Max value from RGB is 152 - color contains mainly: red. Hex color #983A5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983A5C is #67C5A3. Grayscale: #595959. Windows color (decimal): -6800804 or 6044312. OLE color: 6044312.

HSL color Cylindrical-coordinate representation of color #983A5C: hue angle of 338.3º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #983A5C is Cyan = 0, Magento = 0.62, Yellow = 0.39 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 58 92 -
CMYK 0 0.62 0.39 0.40
HSL 338.3º 0.45% 0.41% -
HSV(B) 338.3º 0.62% 0.6% -
XYZ 16.39 10.47 11.28 -
YUV 89.98 129.14 172.24 -
System Red Green Blue C M Y K H S L
Decimal 152 58 92 0 0.62 0.39 0.40 338.3 0.45 0.41
Hex 98 3A 5C 0 3E 27 28 152 2D 29
Octal 230 72 134 0 76 47 50 522 55 51
Binary 10011000 111010 1011100 0 111110 100111 101000 101010010 101101 101001

Color Harmonies of #983A5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983A5C

Black with #983A5C

Text Example


Text Example

White with #983A5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983A5C; }

 p { color: rgb(152,58,92); }

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

background-color css

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

 a { background-color: rgb(152,58,92); }

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

border-color css

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

 span { border-color: rgb(152,58,92); }

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