Html Css Color HEX #983460 Lipstick

📋 copy color: '#983460'

red 152 ◦ green 52 ◦ blue 96

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

Shades of Lipstick #983460

Tints of Lipstick #983460

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.33%

 BLUE value IS 96 (37.89% from 255) = 32%

R = 50.67%
G = 17.33%
B = 32%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.37

 K value IS 0.40

RGB Variations

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

Color information

#983460 (or 0x983460) is known color: Lipstick. HEX triplet: 98, 34 and 60. RGB value is (152,52,96). Sum of RGB (Red+Green+Blue) = 152+52+96=300 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.67% from 300); Green value is 52 (20.70% from 255 or 17.33% from 300); Blue value is 96 (37.89% from 255 or 32% from 300); Max value from RGB is 152 - color contains mainly: red. Hex color #983460 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983460 is #67CB9F. Grayscale: #565656. Windows color (decimal): -6802336 or 6304920. OLE color: 6304920.

HSL color Cylindrical-coordinate representation of color #983460: hue angle of 333.6º degrees, saturation: 0.49, 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 #983460 is Cyan = 0, Magento = 0.66, Yellow = 0.37 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 52 96 -
CMYK 0 0.66 0.37 0.40
HSL 333.6º 0.49% 0.4% -
HSV(B) 333.6º 0.66% 0.6% -
XYZ 16.29 9.98 12.13 -
YUV 86.92 133.13 174.42 -
System Red Green Blue C M Y K H S L
Decimal 152 52 96 0 0.66 0.37 0.40 333.6 0.49 0.4
Hex 98 34 60 0 42 25 28 14E 31 28
Octal 230 64 140 0 102 45 50 516 61 50
Binary 10011000 110100 1100000 0 1000010 100101 101000 101001110 110001 101000

Color Harmonies of #983460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983460

Black with #983460

Text Example


Text Example

White with #983460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983460; }

 p { color: rgb(152,52,96); }

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

background-color css

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

 a { background-color: rgb(152,52,96); }

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

border-color css

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

 span { border-color: rgb(152,52,96); }

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