Html Css Color HEX #983050 Lipstick

📋 copy color: '#983050'

red 152 ◦ green 48 ◦ blue 80

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

Shades of Lipstick #983050

Tints of Lipstick #983050

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.14%

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

R = 54.29%
G = 17.14%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.47

 K value IS 0.40

RGB Variations

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

Color information

#983050 (or 0x983050) is known color: Lipstick. HEX triplet: 98, 30 and 50. RGB value is (152,48,80). Sum of RGB (Red+Green+Blue) = 152+48+80=280 (37% of max value = 765). Red value is 152 (59.77% from 255 or 54.29% from 280); Green value is 48 (19.14% from 255 or 17.14% from 280); Blue value is 80 (31.64% from 255 or 28.57% from 280); Max value from RGB is 152 - color contains mainly: red. Hex color #983050 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983050 is #67CFAF. Grayscale: #525252. Windows color (decimal): -6803376 or 5255320. OLE color: 5255320.

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

Color convert

RGB 152 48 80 -
CMYK 0 0.68 0.47 0.40
HSL 341.54º 0.52% 0.39% -
HSV(B) 341.54º 0.68% 0.6% -
XYZ 15.45 9.37 8.58 -
YUV 82.74 126.46 177.4 -
System Red Green Blue C M Y K H S L
Decimal 152 48 80 0 0.68 0.47 0.40 341.54 0.52 0.39
Hex 98 30 50 0 44 2F 28 156 34 27
Octal 230 60 120 0 104 57 50 526 64 47
Binary 10011000 110000 1010000 0 1000100 101111 101000 101010110 110100 100111

Color Harmonies of #983050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983050

Black with #983050

Text Example


Text Example

White with #983050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983050; }

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

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

background-color css

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

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

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

border-color css

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

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

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