Html Css Color HEX #982255 Lipstick

📋 copy color: '#982255'

red 152 ◦ green 34 ◦ blue 85

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

Shades of Lipstick #982255

Tints of Lipstick #982255

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.55%

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

R = 56.09%
G = 12.55%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.44

 K value IS 0.40

RGB Variations

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

Color information

#982255 (or 0x982255) is known color: Lipstick. HEX triplet: 98, 22 and 55. RGB value is (152,34,85). Sum of RGB (Red+Green+Blue) = 152+34+85=271 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.09% from 271); Green value is 34 (13.67% from 255 or 12.55% from 271); Blue value is 85 (33.59% from 255 or 31.37% from 271); Max value from RGB is 152 - color contains mainly: red. Hex color #982255 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982255 is #67DDAA. Grayscale: #4B4B4B. Windows color (decimal): -6806955 or 5579416. OLE color: 5579416.

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

Color convert

RGB 152 34 85 -
CMYK 0 0.78 0.44 0.40
HSL 334.07º 0.63% 0.36% -
HSV(B) 334.07º 0.78% 0.6% -
XYZ 15.16 8.48 9.43 -
YUV 75.1 133.59 182.85 -
System Red Green Blue C M Y K H S L
Decimal 152 34 85 0 0.78 0.44 0.40 334.07 0.63 0.36
Hex 98 22 55 0 4E 2C 28 14E 3F 24
Octal 230 42 125 0 116 54 50 516 77 44
Binary 10011000 100010 1010101 0 1001110 101100 101000 101001110 111111 100100

Color Harmonies of #982255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982255

Black with #982255

Text Example


Text Example

White with #982255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982255; }

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

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

background-color css

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

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

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

border-color css

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

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

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