Html Css Color HEX #992256 Lipstick

📋 copy color: '#992256'

red 153 ◦ green 34 ◦ blue 86

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

Shades of Lipstick #992256

Tints of Lipstick #992256

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 31.5%

R = 56.04%
G = 12.45%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.44

 K value IS 0.4

RGB Variations

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

Color information

#992256 (or 0x992256) is known color: Lipstick. HEX triplet: 99, 22 and 56. RGB value is (153,34,86). Sum of RGB (Red+Green+Blue) = 153+34+86=273 (36% of max value = 765). Red value is 153 (60.16% from 255 or 56.04% from 273); Green value is 34 (13.67% from 255 or 12.45% from 273); Blue value is 86 (33.98% from 255 or 31.50% from 273); Max value from RGB is 153 - color contains mainly: red. Hex color #992256 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992256 is #66DDA9. Grayscale: #4B4B4B. Windows color (decimal): -6741418 or 5644953. OLE color: 5644953.

HSL color Cylindrical-coordinate representation of color #992256: hue angle of 333.78º 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 #992256 is Cyan = 0, Magento = 0.78, Yellow = 0.44 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 34 86 -
CMYK 0 0.78 0.44 0.4
HSL 333.78º 0.64% 0.37% -
HSV(B) 333.78º 0.78% 0.6% -
XYZ 15.39 8.59 9.65 -
YUV 75.51 133.92 183.27 -
System Red Green Blue C M Y K H S L
Decimal 153 34 86 0 0.78 0.44 0.4 333.78 0.64 0.37
Hex 99 22 56 0 4E 2C 28 14E 40 25
Octal 231 42 126 0 116 54 50 516 100 45
Binary 10011001 100010 1010110 0 1001110 101100 101000 101001110 1000000 100101

Color Harmonies of #992256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992256

Black with #992256

Text Example


Text Example

White with #992256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992256; }

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

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

background-color css

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

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

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

border-color css

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

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

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