Html Css Color HEX #982050 Lipstick

📋 copy color: '#982050'

red 152 ◦ green 32 ◦ blue 80

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

Shades of Lipstick #982050

Tints of Lipstick #982050

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.12%

 BLUE value IS 80 (31.64% from 255) = 30.3%

R = 57.58%
G = 12.12%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.47

 K value IS 0.40

RGB Variations

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

Color information

#982050 (or 0x982050) is known color: Lipstick. HEX triplet: 98, 20 and 50. RGB value is (152,32,80). Sum of RGB (Red+Green+Blue) = 152+32+80=264 (34% of max value = 765). Red value is 152 (59.77% from 255 or 57.58% from 264); Green value is 32 (12.89% from 255 or 12.12% from 264); Blue value is 80 (31.64% from 255 or 30.30% from 264); Max value from RGB is 152 - color contains mainly: red. Hex color #982050 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982050 is #67DFAF. Grayscale: #494949. Windows color (decimal): -6807472 or 5251224. OLE color: 5251224.

HSL color Cylindrical-coordinate representation of color #982050: hue angle of 336º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #982050 is Cyan = 0, Magento = 0.79, Yellow = 0.47 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 32 80 -
CMYK 0 0.79 0.47 0.40
HSL 336º 0.65% 0.36% -
HSV(B) 336º 0.79% 0.6% -
XYZ 14.91 8.29 8.4 -
YUV 73.35 131.76 184.1 -
System Red Green Blue C M Y K H S L
Decimal 152 32 80 0 0.79 0.47 0.40 336 0.65 0.36
Hex 98 20 50 0 4F 2F 28 150 41 24
Octal 230 40 120 0 117 57 50 520 101 44
Binary 10011000 100000 1010000 0 1001111 101111 101000 101010000 1000001 100100

Color Harmonies of #982050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982050

Black with #982050

Text Example


Text Example

White with #982050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982050; }

 p { color: rgb(152,32,80); }

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

background-color css

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

 a { background-color: rgb(152,32,80); }

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

border-color css

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

 span { border-color: rgb(152,32,80); }

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