Html Css Color HEX #981C50 Lipstick

📋 copy color: '#981C50'

red 152 ◦ green 28 ◦ blue 80

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

Shades of Lipstick #981C50

Tints of Lipstick #981C50

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.77%

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

R = 58.46%
G = 10.77%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.47

 K value IS 0.40

RGB Variations

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

Color information

#981C50 (or 0x981C50) is known color: Lipstick. HEX triplet: 98, 1C and 50. RGB value is (152,28,80). Sum of RGB (Red+Green+Blue) = 152+28+80=260 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.46% from 260); Green value is 28 (11.33% from 255 or 10.77% from 260); Blue value is 80 (31.64% from 255 or 30.77% from 260); Max value from RGB is 152 - color contains mainly: red. Hex color #981C50 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #981C50 is #67E3AF. Grayscale: #464646. Windows color (decimal): -6808496 or 5250200. OLE color: 5250200.

HSL color Cylindrical-coordinate representation of color #981C50: hue angle of 334.84º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #981C50 is Cyan = 0, Magento = 0.82, Yellow = 0.47 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 28 80 -
CMYK 0 0.82 0.47 0.40
HSL 334.84º 0.69% 0.35% -
HSV(B) 334.84º 0.82% 0.6% -
XYZ 14.81 8.09 8.37 -
YUV 71 133.08 185.77 -
System Red Green Blue C M Y K H S L
Decimal 152 28 80 0 0.82 0.47 0.40 334.84 0.69 0.35
Hex 98 1C 50 0 52 2F 28 14F 45 23
Octal 230 34 120 0 122 57 50 517 105 43
Binary 10011000 11100 1010000 0 1010010 101111 101000 101001111 1000101 100011

Color Harmonies of #981C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981C50

Black with #981C50

Text Example


Text Example

White with #981C50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981C50; }

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

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

background-color css

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

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

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

border-color css

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

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

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