Html Css Color HEX #982465 Lipstick

📋 copy color: '#982465'

red 152 ◦ green 36 ◦ blue 101

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

Shades of Lipstick #982465

Tints of Lipstick #982465

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.46%

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

R = 52.6%
G = 12.46%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.34

 K value IS 0.40

RGB Variations

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

Color information

#982465 (or 0x982465) is known color: Lipstick. HEX triplet: 98, 24 and 65. RGB value is (152,36,101). Sum of RGB (Red+Green+Blue) = 152+36+101=289 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.60% from 289); Green value is 36 (14.45% from 255 or 12.46% from 289); Blue value is 101 (39.84% from 255 or 34.95% from 289); Max value from RGB is 152 - color contains mainly: red. Hex color #982465 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982465 is #67DB9A. Grayscale: #4D4D4D. Windows color (decimal): -6806427 or 6628504. OLE color: 6628504.

HSL color Cylindrical-coordinate representation of color #982465: hue angle of 326.38º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #982465 is Cyan = 0, Magento = 0.76, Yellow = 0.34 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 36 101 -
CMYK 0 0.76 0.34 0.40
HSL 326.38º 0.62% 0.37% -
HSV(B) 326.38º 0.76% 0.6% -
XYZ 15.93 8.88 13.19 -
YUV 78.09 140.93 180.71 -
System Red Green Blue C M Y K H S L
Decimal 152 36 101 0 0.76 0.34 0.40 326.38 0.62 0.37
Hex 98 24 65 0 4C 22 28 146 3E 25
Octal 230 44 145 0 114 42 50 506 76 45
Binary 10011000 100100 1100101 0 1001100 100010 101000 101000110 111110 100101

Color Harmonies of #982465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982465

Black with #982465

Text Example


Text Example

White with #982465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982465; }

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

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

background-color css

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

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

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

border-color css

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

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

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