Html Css Color HEX #983058 Lipstick

📋 copy color: '#983058'

red 152 ◦ green 48 ◦ blue 88

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

Shades of Lipstick #983058

Tints of Lipstick #983058

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.67%

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

R = 52.78%
G = 16.67%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.42

 K value IS 0.40

RGB Variations

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

Color information

#983058 (or 0x983058) is known color: Lipstick. HEX triplet: 98, 30 and 58. RGB value is (152,48,88). Sum of RGB (Red+Green+Blue) = 152+48+88=288 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.78% from 288); Green value is 48 (19.14% from 255 or 16.67% from 288); Blue value is 88 (34.77% from 255 or 30.56% from 288); Max value from RGB is 152 - color contains mainly: red. Hex color #983058 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983058 is #67CFA7. Grayscale: #535353. Windows color (decimal): -6803368 or 5779608. OLE color: 5779608.

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

Color convert

RGB 152 48 88 -
CMYK 0 0.68 0.42 0.40
HSL 336.92º 0.52% 0.39% -
HSV(B) 336.92º 0.68% 0.6% -
XYZ 15.77 9.49 10.23 -
YUV 83.66 130.46 176.75 -
System Red Green Blue C M Y K H S L
Decimal 152 48 88 0 0.68 0.42 0.40 336.92 0.52 0.39
Hex 98 30 58 0 44 2A 28 151 34 27
Octal 230 60 130 0 104 52 50 521 64 47
Binary 10011000 110000 1011000 0 1000100 101010 101000 101010001 110100 100111

Color Harmonies of #983058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983058

Black with #983058

Text Example


Text Example

White with #983058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983058; }

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

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

background-color css

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

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

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

border-color css

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

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

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