Html Css Color HEX #982551 Lipstick

📋 copy color: '#982551'

red 152 ◦ green 37 ◦ blue 81

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

Shades of Lipstick #982551

Tints of Lipstick #982551

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.7%

 BLUE value IS 81 (32.03% from 255) = 30%

R = 56.3%
G = 13.7%
B = 30%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.47

 K value IS 0.40

RGB Variations

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

Color information

#982551 (or 0x982551) is known color: Lipstick. HEX triplet: 98, 25 and 51. RGB value is (152,37,81). Sum of RGB (Red+Green+Blue) = 152+37+81=270 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.30% from 270); Green value is 37 (14.84% from 255 or 13.70% from 270); Blue value is 81 (32.03% from 255 or 30% from 270); Max value from RGB is 152 - color contains mainly: red. Hex color #982551 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982551 is #67DAAE. Grayscale: #4C4C4C. Windows color (decimal): -6806191 or 5318040. OLE color: 5318040.

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

Color convert

RGB 152 37 81 -
CMYK 0 0.76 0.47 0.40
HSL 337.04º 0.61% 0.37% -
HSV(B) 337.04º 0.76% 0.6% -
XYZ 15.1 8.59 8.65 -
YUV 76.4 130.6 181.92 -
System Red Green Blue C M Y K H S L
Decimal 152 37 81 0 0.76 0.47 0.40 337.04 0.61 0.37
Hex 98 25 51 0 4C 2F 28 151 3D 25
Octal 230 45 121 0 114 57 50 521 75 45
Binary 10011000 100101 1010001 0 1001100 101111 101000 101010001 111101 100101

Color Harmonies of #982551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982551

Black with #982551

Text Example


Text Example

White with #982551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982551; }

 p { color: rgb(152,37,81); }

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

background-color css

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

 a { background-color: rgb(152,37,81); }

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

border-color css

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

 span { border-color: rgb(152,37,81); }

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