Html Css Color HEX #983465 Lipstick

📋 copy color: '#983465'

red 152 ◦ green 52 ◦ blue 101

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

Shades of Lipstick #983465

Tints of Lipstick #983465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 33.11%

R = 49.84%
G = 17.05%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.34

 K value IS 0.40

RGB Variations

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

Color information

#983465 (or 0x983465) is known color: Lipstick. HEX triplet: 98, 34 and 65. RGB value is (152,52,101). Sum of RGB (Red+Green+Blue) = 152+52+101=305 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.84% from 305); Green value is 52 (20.70% from 255 or 17.05% from 305); Blue value is 101 (39.84% from 255 or 33.11% from 305); Max value from RGB is 152 - color contains mainly: red. Hex color #983465 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983465 is #67CB9A. Grayscale: #575757. Windows color (decimal): -6802331 or 6632600. OLE color: 6632600.

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

Color convert

RGB 152 52 101 -
CMYK 0 0.66 0.34 0.40
HSL 330.6º 0.49% 0.4% -
HSV(B) 330.6º 0.66% 0.6% -
XYZ 16.53 10.07 13.38 -
YUV 87.49 135.63 174.02 -
System Red Green Blue C M Y K H S L
Decimal 152 52 101 0 0.66 0.34 0.40 330.6 0.49 0.4
Hex 98 34 65 0 42 22 28 14B 31 28
Octal 230 64 145 0 102 42 50 513 61 50
Binary 10011000 110100 1100101 0 1000010 100010 101000 101001011 110001 101000

Color Harmonies of #983465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983465

Black with #983465

Text Example


Text Example

White with #983465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983465; }

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

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

background-color css

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

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

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

border-color css

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

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

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