Html Css Color HEX #982565 Lipstick

📋 copy color: '#982565'

red 152 ◦ green 37 ◦ blue 101

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

Shades of Lipstick #982565

Tints of Lipstick #982565

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.76%

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

R = 52.41%
G = 12.76%
B = 34.83%

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

#982565 (or 0x982565) is known color: Lipstick. HEX triplet: 98, 25 and 65. RGB value is (152,37,101). Sum of RGB (Red+Green+Blue) = 152+37+101=290 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.41% from 290); Green value is 37 (14.84% from 255 or 12.76% from 290); Blue value is 101 (39.84% from 255 or 34.83% from 290); Max value from RGB is 152 - color contains mainly: red. Hex color #982565 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982565 is #67DA9A. Grayscale: #4E4E4E. Windows color (decimal): -6806171 or 6628760. OLE color: 6628760.

HSL color Cylindrical-coordinate representation of color #982565: hue angle of 326.61º degrees, saturation: 0.61, 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 #982565 is Cyan = 0, Magento = 0.76, Yellow = 0.34 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 37 101 -
CMYK 0 0.76 0.34 0.40
HSL 326.61º 0.61% 0.37% -
HSV(B) 326.61º 0.76% 0.6% -
XYZ 15.96 8.94 13.2 -
YUV 78.68 140.6 180.3 -
System Red Green Blue C M Y K H S L
Decimal 152 37 101 0 0.76 0.34 0.40 326.61 0.61 0.37
Hex 98 25 65 0 4C 22 28 147 3D 25
Octal 230 45 145 0 114 42 50 507 75 45
Binary 10011000 100101 1100101 0 1001100 100010 101000 101000111 111101 100101

Color Harmonies of #982565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982565

Black with #982565

Text Example


Text Example

White with #982565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982565; }

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

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

background-color css

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

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

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

border-color css

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

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

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