Html Css Color HEX #992C46 Lipstick

📋 copy color: '#992C46'

red 153 ◦ green 44 ◦ blue 70

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

Shades of Lipstick #992C46

Tints of Lipstick #992C46

RGB

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

 GREEN value IS 44 (17.58% from 255) = 16.48%

 BLUE value IS 70 (27.73% from 255) = 26.22%

R = 57.3%
G = 16.48%
B = 26.22%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.54

 K value IS 0.4

RGB Variations

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

Color information

#992C46 (or 0x992C46) is known color: Lipstick. HEX triplet: 99, 2C and 46. RGB value is (153,44,70). Sum of RGB (Red+Green+Blue) = 153+44+70=267 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.30% from 267); Green value is 44 (17.58% from 255 or 16.48% from 267); Blue value is 70 (27.73% from 255 or 26.22% from 267); Max value from RGB is 153 - color contains mainly: red. Hex color #992C46 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992C46 is #66D3B9. Grayscale: #4F4F4F. Windows color (decimal): -6738874 or 4598937. OLE color: 4598937.

HSL color Cylindrical-coordinate representation of color #992C46: hue angle of 345.69º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #992C46 is Cyan = 0, Magento = 0.71, Yellow = 0.54 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 44 70 -
CMYK 0 0.71 0.54 0.4
HSL 345.69º 0.55% 0.39% -
HSV(B) 345.69º 0.71% 0.6% -
XYZ 15.14 9.02 6.74 -
YUV 79.56 122.61 180.39 -
System Red Green Blue C M Y K H S L
Decimal 153 44 70 0 0.71 0.54 0.4 345.69 0.55 0.39
Hex 99 2C 46 0 47 36 28 15A 37 27
Octal 231 54 106 0 107 66 50 532 67 47
Binary 10011001 101100 1000110 0 1000111 110110 101000 101011010 110111 100111

Color Harmonies of #992C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992C46

Black with #992C46

Text Example


Text Example

White with #992C46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992C46; }

 p { color: rgb(153,44,70); }

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

background-color css

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

 a { background-color: rgb(153,44,70); }

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

border-color css

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

 span { border-color: rgb(153,44,70); }

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