Html Css Color HEX #992265 Lipstick

📋 copy color: '#992265'

red 153 ◦ green 34 ◦ blue 101

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

Shades of Lipstick #992265

Tints of Lipstick #992265

RGB

 RED value IS 153 (60.16% from 255) = 53.13%

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

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

R = 53.13%
G = 11.81%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.34

 K value IS 0.4

RGB Variations

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

Color information

#992265 (or 0x992265) is known color: Lipstick. HEX triplet: 99, 22 and 65. RGB value is (153,34,101). Sum of RGB (Red+Green+Blue) = 153+34+101=288 (38% of max value = 765). Red value is 153 (60.16% from 255 or 53.12% from 288); Green value is 34 (13.67% from 255 or 11.81% from 288); Blue value is 101 (39.84% from 255 or 35.07% from 288); Max value from RGB is 153 - color contains mainly: red. Hex color #992265 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992265 is #66DD9A. Grayscale: #4D4D4D. Windows color (decimal): -6741403 or 6627993. OLE color: 6627993.

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

Color convert

RGB 153 34 101 -
CMYK 0 0.78 0.34 0.4
HSL 326.22º 0.64% 0.37% -
HSV(B) 326.22º 0.78% 0.6% -
XYZ 16.06 8.86 13.17 -
YUV 77.22 141.42 182.05 -
System Red Green Blue C M Y K H S L
Decimal 153 34 101 0 0.78 0.34 0.4 326.22 0.64 0.37
Hex 99 22 65 0 4E 22 28 146 40 25
Octal 231 42 145 0 116 42 50 506 100 45
Binary 10011001 100010 1100101 0 1001110 100010 101000 101000110 1000000 100101

Color Harmonies of #992265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992265

Black with #992265

Text Example


Text Example

White with #992265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992265; }

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

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

background-color css

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

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

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

border-color css

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

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

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