Html Css Color HEX #983461 Lipstick

📋 copy color: '#983461'

red 152 ◦ green 52 ◦ blue 97

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

Shades of Lipstick #983461

Tints of Lipstick #983461

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 32.23%

R = 50.5%
G = 17.28%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.36

 K value IS 0.40

RGB Variations

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

Color information

#983461 (or 0x983461) is known color: Lipstick. HEX triplet: 98, 34 and 61. RGB value is (152,52,97). Sum of RGB (Red+Green+Blue) = 152+52+97=301 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.50% from 301); Green value is 52 (20.70% from 255 or 17.28% from 301); Blue value is 97 (38.28% from 255 or 32.23% from 301); Max value from RGB is 152 - color contains mainly: red. Hex color #983461 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983461 is #67CB9E. Grayscale: #565656. Windows color (decimal): -6802335 or 6370456. OLE color: 6370456.

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

Color convert

RGB 152 52 97 -
CMYK 0 0.66 0.36 0.40
HSL 333º 0.49% 0.4% -
HSV(B) 333º 0.66% 0.6% -
XYZ 16.33 9.99 12.38 -
YUV 87.03 133.63 174.34 -
System Red Green Blue C M Y K H S L
Decimal 152 52 97 0 0.66 0.36 0.40 333 0.49 0.4
Hex 98 34 61 0 42 24 28 14D 31 28
Octal 230 64 141 0 102 44 50 515 61 50
Binary 10011000 110100 1100001 0 1000010 100100 101000 101001101 110001 101000

Color Harmonies of #983461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983461

Black with #983461

Text Example


Text Example

White with #983461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983461; }

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

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

background-color css

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

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

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

border-color css

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

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

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