Html Css Color HEX #992647 Lipstick

📋 copy color: '#992647'

red 153 ◦ green 38 ◦ blue 71

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

Shades of Lipstick #992647

Tints of Lipstick #992647

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.5%

 BLUE value IS 71 (28.13% from 255) = 27.1%

R = 58.4%
G = 14.5%
B = 27.1%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.54

 K value IS 0.4

RGB Variations

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

Color information

#992647 (or 0x992647) is known color: Lipstick. HEX triplet: 99, 26 and 47. RGB value is (153,38,71). Sum of RGB (Red+Green+Blue) = 153+38+71=262 (34% of max value = 765). Red value is 153 (60.16% from 255 or 58.40% from 262); Green value is 38 (15.23% from 255 or 14.50% from 262); Blue value is 71 (28.12% from 255 or 27.10% from 262); Max value from RGB is 153 - color contains mainly: red. Hex color #992647 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992647 is #66D9B8. Grayscale: #4C4C4C. Windows color (decimal): -6740409 or 4662937. OLE color: 4662937.

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

Color convert

RGB 153 38 71 -
CMYK 0 0.75 0.54 0.4
HSL 342.78º 0.6% 0.37% -
HSV(B) 342.78º 0.75% 0.6% -
XYZ 14.97 8.61 6.83 -
YUV 76.15 125.1 182.82 -
System Red Green Blue C M Y K H S L
Decimal 153 38 71 0 0.75 0.54 0.4 342.78 0.6 0.37
Hex 99 26 47 0 4B 36 28 157 3C 25
Octal 231 46 107 0 113 66 50 527 74 45
Binary 10011001 100110 1000111 0 1001011 110110 101000 101010111 111100 100101

Color Harmonies of #992647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992647

Black with #992647

Text Example


Text Example

White with #992647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992647; }

 p { color: rgb(153,38,71); }

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

background-color css

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

 a { background-color: rgb(153,38,71); }

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

border-color css

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

 span { border-color: rgb(153,38,71); }

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