Html Css Color HEX #992145 Lipstick

📋 copy color: '#992145'

red 153 ◦ green 33 ◦ blue 69

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

Shades of Lipstick #992145

Tints of Lipstick #992145

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.94%

 BLUE value IS 69 (27.34% from 255) = 27.06%

R = 60%
G = 12.94%
B = 27.06%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.55

 K value IS 0.4

RGB Variations

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

Color information

#992145 (or 0x992145) is known color: Lipstick. HEX triplet: 99, 21 and 45. RGB value is (153,33,69). Sum of RGB (Red+Green+Blue) = 153+33+69=255 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60% from 255); Green value is 33 (13.28% from 255 or 12.94% from 255); Blue value is 69 (27.34% from 255 or 27.06% from 255); Max value from RGB is 153 - color contains mainly: red. Hex color #992145 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992145 is #66DEBA. Grayscale: #484848. Windows color (decimal): -6741691 or 4530585. OLE color: 4530585.

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

Color convert

RGB 153 33 69 -
CMYK 0 0.78 0.55 0.4
HSL 342º 0.65% 0.36% -
HSV(B) 342º 0.78% 0.6% -
XYZ 14.75 8.29 6.45 -
YUV 72.98 125.76 185.07 -
System Red Green Blue C M Y K H S L
Decimal 153 33 69 0 0.78 0.55 0.4 342 0.65 0.36
Hex 99 21 45 0 4E 37 28 156 41 24
Octal 231 41 105 0 116 67 50 526 101 44
Binary 10011001 100001 1000101 0 1001110 110111 101000 101010110 1000001 100100

Color Harmonies of #992145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992145

Black with #992145

Text Example


Text Example

White with #992145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992145; }

 p { color: rgb(153,33,69); }

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

background-color css

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

 a { background-color: rgb(153,33,69); }

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

border-color css

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

 span { border-color: rgb(153,33,69); }

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