Html Css Color HEX #982556 Lipstick

📋 copy color: '#982556'

red 152 ◦ green 37 ◦ blue 86

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

Shades of Lipstick #982556

Tints of Lipstick #982556

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 31.27%

R = 55.27%
G = 13.45%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.43

 K value IS 0.40

RGB Variations

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

Color information

#982556 (or 0x982556) is known color: Lipstick. HEX triplet: 98, 25 and 56. RGB value is (152,37,86). Sum of RGB (Red+Green+Blue) = 152+37+86=275 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.27% from 275); Green value is 37 (14.84% from 255 or 13.45% from 275); Blue value is 86 (33.98% from 255 or 31.27% from 275); Max value from RGB is 152 - color contains mainly: red. Hex color #982556 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982556 is #67DAA9. Grayscale: #4C4C4C. Windows color (decimal): -6806186 or 5645720. OLE color: 5645720.

HSL color Cylindrical-coordinate representation of color #982556: hue angle of 334.43º 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 #982556 is Cyan = 0, Magento = 0.76, Yellow = 0.43 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 37 86 -
CMYK 0 0.76 0.43 0.40
HSL 334.43º 0.61% 0.37% -
HSV(B) 334.43º 0.76% 0.6% -
XYZ 15.29 8.67 9.67 -
YUV 76.97 133.1 181.52 -
System Red Green Blue C M Y K H S L
Decimal 152 37 86 0 0.76 0.43 0.40 334.43 0.61 0.37
Hex 98 25 56 0 4C 2B 28 14E 3D 25
Octal 230 45 126 0 114 53 50 516 75 45
Binary 10011000 100101 1010110 0 1001100 101011 101000 101001110 111101 100101

Color Harmonies of #982556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982556

Black with #982556

Text Example


Text Example

White with #982556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982556; }

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

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

background-color css

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

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

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

border-color css

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

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

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