Html Css Color HEX #992257 Lipstick

📋 copy color: '#992257'

red 153 ◦ green 34 ◦ blue 87

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

Shades of Lipstick #992257

Tints of Lipstick #992257

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 31.75%

R = 55.84%
G = 12.41%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.43

 K value IS 0.4

RGB Variations

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

Color information

#992257 (or 0x992257) is known color: Lipstick. HEX triplet: 99, 22 and 57. RGB value is (153,34,87). Sum of RGB (Red+Green+Blue) = 153+34+87=274 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.84% from 274); Green value is 34 (13.67% from 255 or 12.41% from 274); Blue value is 87 (34.38% from 255 or 31.75% from 274); Max value from RGB is 153 - color contains mainly: red. Hex color #992257 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992257 is #66DDA8. Grayscale: #4B4B4B. Windows color (decimal): -6741417 or 5710489. OLE color: 5710489.

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

Color convert

RGB 153 34 87 -
CMYK 0 0.78 0.43 0.4
HSL 333.28º 0.64% 0.37% -
HSV(B) 333.28º 0.78% 0.6% -
XYZ 15.43 8.6 9.86 -
YUV 75.62 134.42 183.19 -
System Red Green Blue C M Y K H S L
Decimal 153 34 87 0 0.78 0.43 0.4 333.28 0.64 0.37
Hex 99 22 57 0 4E 2B 28 14D 40 25
Octal 231 42 127 0 116 53 50 515 100 45
Binary 10011001 100010 1010111 0 1001110 101011 101000 101001101 1000000 100101

Color Harmonies of #992257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992257

Black with #992257

Text Example


Text Example

White with #992257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992257; }

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

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

background-color css

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

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

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

border-color css

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

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

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