Html Css Color HEX #992646 Lipstick

📋 copy color: '#992646'

red 153 ◦ green 38 ◦ blue 70

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

Shades of Lipstick #992646

Tints of Lipstick #992646

RGB

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

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

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

R = 58.62%
G = 14.56%
B = 26.82%

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

#992646 (or 0x992646) is known color: Lipstick. HEX triplet: 99, 26 and 46. RGB value is (153,38,70). Sum of RGB (Red+Green+Blue) = 153+38+70=261 (34% of max value = 765). Red value is 153 (60.16% from 255 or 58.62% from 261); Green value is 38 (15.23% from 255 or 14.56% from 261); Blue value is 70 (27.73% from 255 or 26.82% from 261); Max value from RGB is 153 - color contains mainly: red. Hex color #992646 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992646 is #66D9B9. Grayscale: #4C4C4C. Windows color (decimal): -6740410 or 4597401. OLE color: 4597401.

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

Color convert

RGB 153 38 70 -
CMYK 0 0.75 0.54 0.4
HSL 343.3º 0.6% 0.37% -
HSV(B) 343.3º 0.75% 0.6% -
XYZ 14.94 8.6 6.67 -
YUV 76.03 124.6 182.9 -
System Red Green Blue C M Y K H S L
Decimal 153 38 70 0 0.75 0.54 0.4 343.3 0.6 0.37
Hex 99 26 46 0 4B 36 28 157 3C 25
Octal 231 46 106 0 113 66 50 527 74 45
Binary 10011001 100110 1000110 0 1001011 110110 101000 101010111 111100 100101

Color Harmonies of #992646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992646

Black with #992646

Text Example


Text Example

White with #992646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992646; }

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

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

background-color css

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

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

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

border-color css

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

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

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