Html Css Color HEX #982265 Lipstick

📋 copy color: '#982265'

red 152 ◦ green 34 ◦ blue 101

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

Shades of Lipstick #982265

Tints of Lipstick #982265

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.85%

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

R = 52.96%
G = 11.85%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.34

 K value IS 0.40

RGB Variations

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

Color information

#982265 (or 0x982265) is known color: Lipstick. HEX triplet: 98, 22 and 65. RGB value is (152,34,101). Sum of RGB (Red+Green+Blue) = 152+34+101=287 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.96% from 287); Green value is 34 (13.67% from 255 or 11.85% from 287); Blue value is 101 (39.84% from 255 or 35.19% from 287); Max value from RGB is 152 - color contains mainly: red. Hex color #982265 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982265 is #67DD9A. Grayscale: #4C4C4C. Windows color (decimal): -6806939 or 6627992. OLE color: 6627992.

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

Color convert

RGB 152 34 101 -
CMYK 0 0.78 0.34 0.40
HSL 325.93º 0.63% 0.36% -
HSV(B) 325.93º 0.78% 0.6% -
XYZ 15.87 8.76 13.17 -
YUV 76.92 141.59 181.55 -
System Red Green Blue C M Y K H S L
Decimal 152 34 101 0 0.78 0.34 0.40 325.93 0.63 0.36
Hex 98 22 65 0 4E 22 28 146 3F 24
Octal 230 42 145 0 116 42 50 506 77 44
Binary 10011000 100010 1100101 0 1001110 100010 101000 101000110 111111 100100

Color Harmonies of #982265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982265

Black with #982265

Text Example


Text Example

White with #982265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982265; }

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

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

background-color css

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

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

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

border-color css

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

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

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