Html Css Color HEX #992754 Lipstick

📋 copy color: '#992754'

red 153 ◦ green 39 ◦ blue 84

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

Shades of Lipstick #992754

Tints of Lipstick #992754

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.13%

 BLUE value IS 84 (33.2% from 255) = 30.43%

R = 55.43%
G = 14.13%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.45

 K value IS 0.4

RGB Variations

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

Color information

#992754 (or 0x992754) is known color: Lipstick. HEX triplet: 99, 27 and 54. RGB value is (153,39,84). Sum of RGB (Red+Green+Blue) = 153+39+84=276 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.43% from 276); Green value is 39 (15.62% from 255 or 14.13% from 276); Blue value is 84 (33.20% from 255 or 30.43% from 276); Max value from RGB is 153 - color contains mainly: red. Hex color #992754 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992754 is #66D8AB. Grayscale: #4E4E4E. Windows color (decimal): -6740140 or 5515161. OLE color: 5515161.

HSL color Cylindrical-coordinate representation of color #992754: hue angle of 336.32º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #992754 is Cyan = 0, Magento = 0.75, Yellow = 0.45 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 39 84 -
CMYK 0 0.75 0.45 0.4
HSL 336.32º 0.59% 0.38% -
HSV(B) 336.32º 0.75% 0.6% -
XYZ 15.46 8.86 9.28 -
YUV 78.22 131.27 181.34 -
System Red Green Blue C M Y K H S L
Decimal 153 39 84 0 0.75 0.45 0.4 336.32 0.59 0.38
Hex 99 27 54 0 4B 2D 28 150 3B 26
Octal 231 47 124 0 113 55 50 520 73 46
Binary 10011001 100111 1010100 0 1001011 101101 101000 101010000 111011 100110

Color Harmonies of #992754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992754

Black with #992754

Text Example


Text Example

White with #992754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992754; }

 p { color: rgb(153,39,84); }

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

background-color css

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

 a { background-color: rgb(153,39,84); }

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

border-color css

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

 span { border-color: rgb(153,39,84); }

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