Html Css Color HEX #982355 Lipstick

📋 copy color: '#982355'

red 152 ◦ green 35 ◦ blue 85

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

Shades of Lipstick #982355

Tints of Lipstick #982355

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.87%

 BLUE value IS 85 (33.59% from 255) = 31.25%

R = 55.88%
G = 12.87%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.44

 K value IS 0.40

RGB Variations

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

Color information

#982355 (or 0x982355) is known color: Lipstick. HEX triplet: 98, 23 and 55. RGB value is (152,35,85). Sum of RGB (Red+Green+Blue) = 152+35+85=272 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.88% from 272); Green value is 35 (14.06% from 255 or 12.87% from 272); Blue value is 85 (33.59% from 255 or 31.25% from 272); Max value from RGB is 152 - color contains mainly: red. Hex color #982355 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982355 is #67DCAA. Grayscale: #4B4B4B. Windows color (decimal): -6806699 or 5579672. OLE color: 5579672.

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

Color convert

RGB 152 35 85 -
CMYK 0 0.77 0.44 0.40
HSL 334.36º 0.63% 0.37% -
HSV(B) 334.36º 0.77% 0.6% -
XYZ 15.19 8.53 9.44 -
YUV 75.68 133.26 182.43 -
System Red Green Blue C M Y K H S L
Decimal 152 35 85 0 0.77 0.44 0.40 334.36 0.63 0.37
Hex 98 23 55 0 4D 2C 28 14E 3F 25
Octal 230 43 125 0 115 54 50 516 77 45
Binary 10011000 100011 1010101 0 1001101 101100 101000 101001110 111111 100101

Color Harmonies of #982355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982355

Black with #982355

Text Example


Text Example

White with #982355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982355; }

 p { color: rgb(152,35,85); }

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

background-color css

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

 a { background-color: rgb(152,35,85); }

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

border-color css

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

 span { border-color: rgb(152,35,85); }

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