Html Css Color HEX #983358 Lipstick

📋 copy color: '#983358'

red 152 ◦ green 51 ◦ blue 88

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

Shades of Lipstick #983358

Tints of Lipstick #983358

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.53%

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

R = 52.23%
G = 17.53%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.42

 K value IS 0.40

RGB Variations

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

Color information

#983358 (or 0x983358) is known color: Lipstick. HEX triplet: 98, 33 and 58. RGB value is (152,51,88). Sum of RGB (Red+Green+Blue) = 152+51+88=291 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.23% from 291); Green value is 51 (20.31% from 255 or 17.53% from 291); Blue value is 88 (34.77% from 255 or 30.24% from 291); Max value from RGB is 152 - color contains mainly: red. Hex color #983358 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983358 is #67CCA7. Grayscale: #555555. Windows color (decimal): -6802600 or 5780376. OLE color: 5780376.

HSL color Cylindrical-coordinate representation of color #983358: hue angle of 338.02º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #983358 is Cyan = 0, Magento = 0.66, Yellow = 0.42 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 51 88 -
CMYK 0 0.66 0.42 0.40
HSL 338.02º 0.5% 0.4% -
HSV(B) 338.02º 0.66% 0.6% -
XYZ 15.89 9.75 10.28 -
YUV 85.42 129.46 175.49 -
System Red Green Blue C M Y K H S L
Decimal 152 51 88 0 0.66 0.42 0.40 338.02 0.5 0.4
Hex 98 33 58 0 42 2A 28 152 32 28
Octal 230 63 130 0 102 52 50 522 62 50
Binary 10011000 110011 1011000 0 1000010 101010 101000 101010010 110010 101000

Color Harmonies of #983358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983358

Black with #983358

Text Example


Text Example

White with #983358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983358; }

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

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

background-color css

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

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

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

border-color css

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

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

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