Html Css Color HEX #982358 Lipstick

📋 copy color: '#982358'

red 152 ◦ green 35 ◦ blue 88

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

Shades of Lipstick #982358

Tints of Lipstick #982358

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 32%

R = 55.27%
G = 12.73%
B = 32%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.42

 K value IS 0.40

RGB Variations

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

Color information

#982358 (or 0x982358) is known color: Lipstick. HEX triplet: 98, 23 and 58. RGB value is (152,35,88). Sum of RGB (Red+Green+Blue) = 152+35+88=275 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.27% from 275); Green value is 35 (14.06% from 255 or 12.73% from 275); Blue value is 88 (34.77% from 255 or 32% from 275); Max value from RGB is 152 - color contains mainly: red. Hex color #982358 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982358 is #67DCA7. Grayscale: #4B4B4B. Windows color (decimal): -6806696 or 5776280. OLE color: 5776280.

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

Color convert

RGB 152 35 88 -
CMYK 0 0.77 0.42 0.40
HSL 332.82º 0.63% 0.37% -
HSV(B) 332.82º 0.77% 0.6% -
XYZ 15.31 8.58 10.08 -
YUV 76.03 134.76 182.19 -
System Red Green Blue C M Y K H S L
Decimal 152 35 88 0 0.77 0.42 0.40 332.82 0.63 0.37
Hex 98 23 58 0 4D 2A 28 14D 3F 25
Octal 230 43 130 0 115 52 50 515 77 45
Binary 10011000 100011 1011000 0 1001101 101010 101000 101001101 111111 100101

Color Harmonies of #982358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982358

Black with #982358

Text Example


Text Example

White with #982358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982358; }

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

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

background-color css

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

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

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

border-color css

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

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

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